1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-27 16:01:57 +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

@@ -952,7 +952,7 @@ void ProcessMonitor::processMessage(messageqcpp::ByteStream msg, messageqcpp::IO
// change permissions on /dev/shm
if ( !rootUser)
{
cmd = "sudo chmod 755 /dev/shm >/dev/null 2>&1";
cmd = "sudo chmod 777 /dev/shm >/dev/null 2>&1";
system(cmd.c_str());
}