You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2026-01-06 08:21:10 +03:00
MCOL-520
This commit is contained in:
@@ -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 = ".";
|
||||
|
||||
Reference in New Issue
Block a user