1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-29 03:22:01 +03:00

fix added in um module for mysqlrep

This commit is contained in:
david hill
2017-11-16 08:48:01 -06:00
parent dadcd6e969
commit a5038cd79b

View File

@@ -5267,7 +5267,8 @@ int ProcessMonitor::runMasterDist(std::string& password, std::string& slaveModul
string moduleType = slaveModule.substr(0,MAX_MODULE_TYPE_SIZE); string moduleType = slaveModule.substr(0,MAX_MODULE_TYPE_SIZE);
if ( ( (PMwithUM == "y") && (moduleType == "pm") ) && if ( (moduleType == "um") ||
( (PMwithUM == "y") && (moduleType == "pm") ) ||
( config.ServerInstallType() == oam::INSTALL_COMBINE_DM_UM_PM) ) ( config.ServerInstallType() == oam::INSTALL_COMBINE_DM_UM_PM) )
{ {
slave++; slave++;