You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-24 08:41:09 +03:00
change calpontConsole to mcsadmin
This commit is contained in:
@@ -79,7 +79,7 @@ bool waitForActive()
|
||||
{
|
||||
Oam oam;
|
||||
|
||||
const string cmd = installDir + "/bin/calpontConsole getsystemstatus > /tmp/status.log";
|
||||
const string cmd = installDir + "/bin/mcsadmin getsystemstatus > /tmp/status.log";
|
||||
system(cmd.c_str());
|
||||
|
||||
for ( int i = 0 ; i < 120 ; i ++ )
|
||||
|
||||
Reference in New Issue
Block a user