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-24 11:50:56 -05:00
parent 72f514ca54
commit 681cfd34eb
20 changed files with 292 additions and 1245 deletions

View File

@ -100,6 +100,8 @@ using namespace querytele;
#include "threadpool.h"
#include "crashtrace.h"
#include "installdir.h"
namespace
{
@ -1320,7 +1322,7 @@ void setupSignalHandlers()
void setupCwd(ResourceManager* rm)
{
string workdir = rm->getScWorkingDir();
string workdir = startup::StartUp::tmpDir();
(void)chdir(workdir.c_str());
if (access(".", W_OK) != 0)