You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-520 - back out nonroot shm changes
This commit is contained in:
@ -153,8 +153,6 @@ RWLockShmImpl::RWLockShmImpl(int key, bool excl)
|
||||
rootUser = false;
|
||||
|
||||
string shmLocation = "/dev/shm/";
|
||||
if ( !rootUser)
|
||||
shmLocation = startup::StartUp::installDir() + "/dev/shm/";
|
||||
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user