1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-604 and MCOL-607, undone some precious changes per review

This commit is contained in:
David Hill
2017-03-08 13:16:55 -06:00
parent 5cbc67c9c6
commit 620cdc4264
4 changed files with 7 additions and 4 deletions

View File

@ -121,7 +121,7 @@ int main(int argc, char **argv)
// change permissions on /dev/shm
if ( !rootUser)
{
string cmd = "sudo chmod 755 /dev/shm >/dev/null 2>&1";
string cmd = "sudo chmod 777 /dev/shm >/dev/null 2>&1";
system(cmd.c_str());
}