Explorar o código

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 %!s(int64=13) %!d(string=hai) anos
pai
achega
5797991cf6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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))