1
0
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:
david hill
2016-06-02 18:38:14 -05:00
parent e9d96ddc85
commit 1a673e30c5

View File

@@ -2385,7 +2385,7 @@ int processCommand(string* arguments)
string cmd = startup::StartUp::installDir() + "/bin/columnstore status > /tmp/status.log";
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)
{