1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00
This commit is contained in:
David Hill
2018-09-25 13:35:06 -05:00
parent df77de334d
commit 9cfe199154
5 changed files with 18 additions and 14 deletions

View File

@ -1324,9 +1324,6 @@ void setupCwd(ResourceManager* rm)
{
string workdir = startup::StartUp::tmpDir();
(void)chdir(workdir.c_str());
if (access(".", W_OK) != 0)
(void)chdir("/tmp");
}
void startRssMon(size_t maxPct, int pauseSeconds)