You've already forked mariadb-columnstore-engine
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:
@@ -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
|
// reset up mysql rep slaves is master changed
|
||||||
if ( downPrimaryUM &&
|
if ( downPrimaryUM &&
|
||||||
( MySQLRep == "y" ) )
|
( MySQLRep == "y" ) )
|
||||||
@@ -2123,6 +2116,13 @@ void pingDeviceThread()
|
|||||||
processManager.setMySQLReplication(devicenetworklist);
|
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{
|
try{
|
||||||
oam.getSystemConfig(moduletype, moduletypeconfig);
|
oam.getSystemConfig(moduletype, moduletypeconfig);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user