You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
mcol-404, non-root install fixes
This commit is contained in:
@ -9614,7 +9614,7 @@ namespace oam
|
||||
// not root user
|
||||
// The stat above may fail for non-root because of permissions
|
||||
// This is a non-optimal solution
|
||||
string cmd = "pgrep ProcMon";
|
||||
string cmd = "pgrep ProcMon > /dev/null 2>&1";
|
||||
if (system(cmd.c_str()) == 0)
|
||||
{
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user