1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-05 15:41:14 +03:00
This commit is contained in:
David Hill
2018-10-08 13:46:49 -05:00
parent c798d464e0
commit f48b92e46f

View File

@ -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