You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-10 01:22:48 +03:00
MCOL-520
This commit is contained in:
@@ -8800,7 +8800,7 @@ int Oam::glusterctl(GLUSTER_COMMANDS command, std::string argument1, std::string
|
|||||||
string glustercmd = "gluster ";
|
string glustercmd = "gluster ";
|
||||||
|
|
||||||
string SUDO = "";
|
string SUDO = "";
|
||||||
if ( user != "root" )
|
if ( user != 0 )
|
||||||
SUDO = "sudo ";
|
SUDO = "sudo ";
|
||||||
|
|
||||||
string errmsg = "";
|
string errmsg = "";
|
||||||
|
Reference in New Issue
Block a user