1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +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 ) )
{
mysqlRep = true;
MySQLRep = "y";
try {
sysConfig->setConfig(InstallSection, "MySQLRep", "y");
}
@@ -1460,6 +1461,7 @@ int main(int argc, char *argv[])
if ( umNumber > 1 )
{
mysqlRep = true;
MySQLRep = "y";
try {
sysConfig->setConfig(InstallSection, "MySQLRep", "y");
}