1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Fix namespace and class changes

This commit is contained in:
Andrew Hutchings
2019-07-29 13:48:28 +01:00
parent 811909aa72
commit 83a8924229
3 changed files with 4 additions and 8 deletions

View File

@ -86,7 +86,7 @@ using namespace joblist;
namespace fs = boost::filesystem;
ThreadPool DMLServer::fDmlPackagepool(10, 0);
threadpool::ThreadPool DMLServer::fDmlPackagepool(10, 0);
namespace
{
@ -658,7 +658,7 @@ int main(int argc, char* argv[])
JobStep::jobstepThreadPool.setDebug(true);
JobStep::jobstepThreadPool.invoke(threadpool::ThreadPoolMonitor(&JobStep::jobstepThreadPool));
DMLServer::fDmlPackagepool.setDebug(true);
DMLServer::fDmlPackagepool.invoke(ThreadPoolMonitor(&DMLServer::fDmlPackagepool));
DMLServer::fDmlPackagepool.invoke(threadpool::ThreadPoolMonitor(&DMLServer::fDmlPackagepool));
}
//set ACTIVE state