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
fix restartsystem issue, thinking service is down
This commit is contained in:
@@ -2385,7 +2385,7 @@ int processCommand(string* arguments)
|
|||||||
|
|
||||||
string cmd = startup::StartUp::installDir() + "/bin/columnstore status > /tmp/status.log";
|
string cmd = startup::StartUp::installDir() + "/bin/columnstore status > /tmp/status.log";
|
||||||
system(cmd.c_str());
|
system(cmd.c_str());
|
||||||
if (!oam.checkLogStatus("/tmp/status.log", "columnstore is running") )
|
if (!oam.checkLogStatus("/tmp/status.log", "MariaDB Columnstore is running") )
|
||||||
{
|
{
|
||||||
if (bNeedsConfirm)
|
if (bNeedsConfirm)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user