You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-938
This commit is contained in:
@ -4731,7 +4731,7 @@ int ProcessMonitor::changeMyCnf(std::string type)
|
||||
|
||||
string dbDir = startup::StartUp::installDir() + "/mysql/db";
|
||||
|
||||
if ( type == "master" )
|
||||
/* if ( type == "master" )
|
||||
{
|
||||
// set master replication entries
|
||||
vector <string> lines;
|
||||
@ -4774,7 +4774,7 @@ int ProcessMonitor::changeMyCnf(std::string type)
|
||||
|
||||
if ( type == "slave" )
|
||||
{
|
||||
//get slave id based on ExeMgrx setup
|
||||
*/ //get slave id based on ExeMgrx setup
|
||||
string slaveID = "0";
|
||||
string slaveModuleName = config.moduleName();
|
||||
for ( int id = 1 ; ; id++ )
|
||||
@ -4891,7 +4891,7 @@ int ProcessMonitor::changeMyCnf(std::string type)
|
||||
newFile.close();
|
||||
|
||||
close(fd);
|
||||
}
|
||||
// }
|
||||
|
||||
/* if ( type == "disable" )
|
||||
{
|
||||
|
Reference in New Issue
Block a user