You've already forked mariadb-columnstore-engine
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:
@ -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);
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user