You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-26 05:02:32 +03:00
MCOL-520 - back out nonroot shm changes
This commit is contained in:
@@ -1888,8 +1888,6 @@ static void statusControlThread()
|
||||
//
|
||||
|
||||
string shmLocation = "/dev/shm/";
|
||||
if ( !rootUser)
|
||||
shmLocation = startup::StartUp::installDir() + "/dev/shm/";
|
||||
|
||||
PROCSTATshmsize = MAX_PROCESS * sizeof(shmProcessStatus);
|
||||
bool memInit = true;
|
||||
|
Reference in New Issue
Block a user