1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00
This commit is contained in:
David Hill
2018-10-08 13:20:00 -05:00
parent a89013608c
commit c798d464e0
4 changed files with 6 additions and 1 deletions

View File

@ -179,6 +179,9 @@ int main(int argc, char** argv)
//get tmp log directory
tmpLogDir = startup::StartUp::tmpDir();
string cmd = "mkdir -p tmpLogDir";
system(cmd.c_str());
// create message thread
pthread_t MessageThread;