1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00

MCOL-1034

This commit is contained in:
david hill
2018-01-31 16:33:57 -06:00
parent 8c38917423
commit 01bd50ad09

View File

@@ -2106,13 +2106,6 @@ void pingDeviceThread()
}
}
// if disabled and amazon, break out
if ( (opState == oam::AUTO_DISABLED ) && amazon )
break;
//start SIMPLEX runtype processes on a SIMPLEX runtype module
string moduletype = moduleName.substr(0,MAX_MODULE_TYPE_SIZE);
// reset up mysql rep slaves is master changed
if ( downPrimaryUM &&
( MySQLRep == "y" ) )
@@ -2123,6 +2116,13 @@ void pingDeviceThread()
processManager.setMySQLReplication(devicenetworklist);
}
// if disabled and amazon, break out
if ( (opState == oam::AUTO_DISABLED ) && amazon )
break;
//start SIMPLEX runtype processes on a SIMPLEX runtype module
string moduletype = moduleName.substr(0,MAX_MODULE_TYPE_SIZE);
try{
oam.getSystemConfig(moduletype, moduletypeconfig);
}