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-406, fix non-root startup issue
This commit is contained in:
@@ -9615,7 +9615,7 @@ namespace oam
|
|||||||
// The stat above may fail for non-root because of permissions
|
// The stat above may fail for non-root because of permissions
|
||||||
// This is a non-optimal solution
|
// This is a non-optimal solution
|
||||||
string cmd = "pgrep ProcMon";
|
string cmd = "pgrep ProcMon";
|
||||||
if (system(cmd.c_str()) == 0)
|
if (system(cmd.c_str()) == 1)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user