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-21 10:40:05 -05:00
parent 455776ed49
commit 4e6e5647ef
11 changed files with 62 additions and 37 deletions

View File

@ -62,6 +62,8 @@ using namespace execplan;
#include "utils_utf8.h"
#include "crashtrace.h"
#include "installdir.h"
namespace fs = boost::filesystem;
@ -71,7 +73,7 @@ DistributedEngineComm* Dec;
void setupCwd()
{
string workdir = config::Config::makeConfig()->getConfig("SystemConfig", "WorkingDir");
string workdir = startup::StartUp::tmpDir();
if (workdir.length() == 0)
workdir = ".";