1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00
This commit is contained in:
david hill
2017-10-23 15:04:56 -05:00
parent 4aa7eb1830
commit 8706f0a9ef

View File

@ -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" )
{