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