Browse Source

FIXES hpcc-systems/LN#255 Add check for references to @MySQL

Checking for references to @MySQL to prevent deletion of mysqlserver component

Signed-off-by: Sridhar Meda <sridhar.meda@lexisnexis.com>
Sridhar Meda 13 years ago
parent
commit
5797991cf6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deployment/deployutils/deployutils.cpp

+ 1 - 0
deployment/deployutils/deployutils.cpp

@@ -2623,6 +2623,7 @@ bool checkComponentReferences(const IPropertyTree* pEnv, IPropertyTree* pNode, c
     xpathArray.append("*");
     attribs.append("@mySql");
     attribs.append("@MySql");
+    attribs.append("@MySQL");
     attribs.append("@database");
   }
   else if (!strcmp(szProcess, XML_TAG_PLUGINPROCESS))