1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-12 23:42:47 +03:00

MCOL-94 - mysql rep not being set for multi node

This commit is contained in:
david hill
2016-06-01 10:09:41 -05:00
parent eff8f39801
commit b8bf7afd35

View File

@@ -1446,6 +1446,7 @@ int main(int argc, char *argv[])
if ( pmNumber > 1 && ( IserverTypeInstall == oam::INSTALL_COMBINE_DM_UM_PM ) ) if ( pmNumber > 1 && ( IserverTypeInstall == oam::INSTALL_COMBINE_DM_UM_PM ) )
{ {
mysqlRep = true; mysqlRep = true;
MySQLRep = "y";
try { try {
sysConfig->setConfig(InstallSection, "MySQLRep", "y"); sysConfig->setConfig(InstallSection, "MySQLRep", "y");
} }
@@ -1460,6 +1461,7 @@ int main(int argc, char *argv[])
if ( umNumber > 1 ) if ( umNumber > 1 )
{ {
mysqlRep = true; mysqlRep = true;
MySQLRep = "y";
try { try {
sysConfig->setConfig(InstallSection, "MySQLRep", "y"); sysConfig->setConfig(InstallSection, "MySQLRep", "y");
} }