1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-21 11:33:43 +03:00

MCOL-520 - back out nonroot shm changes

This commit is contained in:
David Hill
2018-10-03 14:09:48 -05:00
parent 8d3ce9757f
commit 7aff68969e
5 changed files with 0 additions and 14 deletions

View File

@@ -56,8 +56,6 @@ BRMShmImpl::BRMShmImpl(unsigned key, off_t size, bool readOnly) :
rootUser = false;
string shmLocation = "/dev/shm/";
if ( !rootUser)
shmLocation = startup::StartUp::installDir() + "/dev/shm/";
if (fSize == 0)
{