1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-513 clean up and test thread pool for ExeMgr

This commit is contained in:
David Hall
2017-02-09 17:54:18 -06:00
parent 29785cf202
commit c2344accc9
10 changed files with 121 additions and 30 deletions

View File

@ -20,6 +20,7 @@
#include <string>
using namespace std;
#include <stdlib.h>
#include <boost/thread.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
@ -102,7 +103,6 @@ JobStep::JobStep(const JobInfo& j) :
fQtc.serverParms(tsp);
//fStepUuid = bu::random_generator()();
fStepUuid = QueryTeleClient::genUUID();
jobstepThreadPool.setDebug(true);
}
//------------------------------------------------------------------------------