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