1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +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

@ -72,6 +72,7 @@ using namespace idbdatafile;
#include "cgroupconfigurator.h"
#include "crashtrace.h"
#include "installdir.h"
namespace primitiveprocessor
{
@ -147,7 +148,7 @@ void setupSignalHandlers()
void setupCwd(Config* cf)
{
string workdir = cf->getConfig("SystemConfig", "WorkingDir");
string workdir = startup::StartUp::tmpDir();
if (workdir.length() == 0)
workdir = ".";