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
This patch removes Out-Of-Band pool from PP
This commit is contained in:
committed by
Roman Nozdrin
parent
2c2e1f9924
commit
4d41a945db
@ -520,8 +520,7 @@ namespace exemgr
|
||||
statementsRunningCount->incr(stmtCounted);
|
||||
|
||||
PrimitiveServerThreadPools primitiveServerThreadPools(
|
||||
ServicePrimProc::instance()->getPrimitiveServerThreadPool(),
|
||||
ServicePrimProc::instance()->getOOBThreadPool());
|
||||
ServicePrimProc::instance()->getPrimitiveServerThreadPool());
|
||||
|
||||
if (tryTuples)
|
||||
{
|
||||
|
Reference in New Issue
Block a user