1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +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

@@ -83,6 +83,7 @@ using namespace joblist;
#include "utils_utf8.h"
#include "crashtrace.h"
#include "installdir.h"
namespace fs = boost::filesystem;
@@ -493,7 +494,7 @@ void rollbackAll(DBRM* dbrm)
void setupCwd()
{
string workdir = Config::makeConfig()->getConfig("SystemConfig", "WorkingDir");
string workdir = startup::StartUp::tmpDir();
if (workdir.length() == 0)
workdir = ".";