You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
more fixes to adddbroot from postConfigure
This commit is contained in:
@@ -6237,6 +6237,11 @@ namespace oam
|
|||||||
exceptionControl("sysConfig->write", API_FAILURE);
|
exceptionControl("sysConfig->write", API_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
string cmd = startup::StartUp::installDir() + "/bin/infinidb status > /tmp/status.log";
|
||||||
|
system(cmd.c_str());
|
||||||
|
if (!checkLogStatus("/tmp/status.log", "InfiniDB is running") )
|
||||||
|
return;
|
||||||
|
|
||||||
//get updated Calpont.xml distributed
|
//get updated Calpont.xml distributed
|
||||||
distributeConfigFile("system");
|
distributeConfigFile("system");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user