You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-70 - fix compiler error
This commit is contained in:
@@ -8246,7 +8246,7 @@ namespace oam
|
|||||||
|
|
||||||
system(cmd.c_str());
|
system(cmd.c_str());
|
||||||
|
|
||||||
string cmd = "systemctrl restart glusterd > /dev/null 2>&1";
|
cmd = "systemctrl restart glusterd > /dev/null 2>&1";
|
||||||
if (user != 0)
|
if (user != 0)
|
||||||
cmd = "sudo " + cmd;
|
cmd = "sudo " + cmd;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user