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";
|
string dbDir = startup::StartUp::installDir() + "/mysql/db";
|
||||||
|
|
||||||
if ( type == "master" )
|
/* if ( type == "master" )
|
||||||
{
|
{
|
||||||
// set master replication entries
|
// set master replication entries
|
||||||
vector <string> lines;
|
vector <string> lines;
|
||||||
@ -4774,7 +4774,7 @@ int ProcessMonitor::changeMyCnf(std::string type)
|
|||||||
|
|
||||||
if ( type == "slave" )
|
if ( type == "slave" )
|
||||||
{
|
{
|
||||||
//get slave id based on ExeMgrx setup
|
*/ //get slave id based on ExeMgrx setup
|
||||||
string slaveID = "0";
|
string slaveID = "0";
|
||||||
string slaveModuleName = config.moduleName();
|
string slaveModuleName = config.moduleName();
|
||||||
for ( int id = 1 ; ; id++ )
|
for ( int id = 1 ; ; id++ )
|
||||||
@ -4891,7 +4891,7 @@ int ProcessMonitor::changeMyCnf(std::string type)
|
|||||||
newFile.close();
|
newFile.close();
|
||||||
|
|
||||||
close(fd);
|
close(fd);
|
||||||
}
|
// }
|
||||||
|
|
||||||
/* if ( type == "disable" )
|
/* if ( type == "disable" )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user