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