You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-520
This commit is contained in:
@ -100,6 +100,8 @@ using namespace querytele;
|
||||
#include "threadpool.h"
|
||||
#include "crashtrace.h"
|
||||
|
||||
#include "installdir.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
@ -1320,7 +1322,7 @@ void setupSignalHandlers()
|
||||
|
||||
void setupCwd(ResourceManager* rm)
|
||||
{
|
||||
string workdir = rm->getScWorkingDir();
|
||||
string workdir = startup::StartUp::tmpDir();
|
||||
(void)chdir(workdir.c_str());
|
||||
|
||||
if (access(".", W_OK) != 0)
|
||||
|
Reference in New Issue
Block a user