You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +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 SUDO = "";
|
||||
if ( user != "root" )
|
||||
if ( user != 0 )
|
||||
SUDO = "sudo ";
|
||||
|
||||
string errmsg = "";
|
||||
|
Reference in New Issue
Block a user