You've already forked mariadb-columnstore-engine
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:
@@ -5267,8 +5267,9 @@ int ProcessMonitor::runMasterDist(std::string& password, std::string& slaveModul
|
||||
|
||||
string moduleType = slaveModule.substr(0,MAX_MODULE_TYPE_SIZE);
|
||||
|
||||
if ( ( (PMwithUM == "y") && (moduleType == "pm") ) &&
|
||||
( config.ServerInstallType() == oam::INSTALL_COMBINE_DM_UM_PM) )
|
||||
if ( (moduleType == "um") ||
|
||||
( (PMwithUM == "y") && (moduleType == "pm") ) ||
|
||||
( config.ServerInstallType() == oam::INSTALL_COMBINE_DM_UM_PM) )
|
||||
{
|
||||
slave++;
|
||||
|
||||
|
Reference in New Issue
Block a user