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,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++;
|
||||||
|
Reference in New Issue
Block a user