You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-513 use thread pool for jobsteps
This commit is contained in:
@ -1438,7 +1438,8 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
IOSocket ios;
|
||||
ios = mqs->accept();
|
||||
exeMgrThreadPool.invoke(SessionThread(ios, ec, rm));
|
||||
boost::thread thd(SessionThread(ios, ec, rm));
|
||||
//exeMgrThreadPool.invoke(SessionThread(ios, ec, rm));
|
||||
}
|
||||
exeMgrThreadPool.wait();
|
||||
|
||||
|
Reference in New Issue
Block a user