You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-30 14:21:11 +03:00
add a linefeed before system being started
This commit is contained in:
@@ -2327,7 +2327,7 @@ int processCommand(string* arguments)
|
||||
else
|
||||
{
|
||||
//just kick off local server
|
||||
cout << " System being started, please wait...";
|
||||
cout << endl << " System being started, please wait...";
|
||||
cout.flush();
|
||||
cmd = startup::StartUp::installDir() + "/bin/columnstore restart > /tmp/start.log 2>&1";
|
||||
int rtnCode = system(cmd.c_str());
|
||||
@@ -2349,7 +2349,7 @@ int processCommand(string* arguments)
|
||||
|
||||
try
|
||||
{
|
||||
cout << " System being started, please wait...";
|
||||
cout << endl << " System being started, please wait...";
|
||||
cout.flush();
|
||||
oam.startSystem(ackTemp);
|
||||
if ( waitForActive() )
|
||||
|
Reference in New Issue
Block a user