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