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
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user