You've already forked mariadb-columnstore-engine
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:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user