You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-07 09:01:10 +03:00
MCOL-520
This commit is contained in:
@ -180,7 +180,7 @@ int main(int argc, char** argv)
|
|||||||
//get tmp log directory
|
//get tmp log directory
|
||||||
tmpLogDir = startup::StartUp::tmpDir();
|
tmpLogDir = startup::StartUp::tmpDir();
|
||||||
|
|
||||||
string cmd = "mkdir -p tmpLogDir";
|
string cmd = "mkdir -p " + tmpLogDir;
|
||||||
system(cmd.c_str());
|
system(cmd.c_str());
|
||||||
|
|
||||||
// create message thread
|
// create message thread
|
||||||
|
Reference in New Issue
Block a user