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

This patch removes Out-Of-Band pool from PP

This commit is contained in:
Roman Nozdrin
2022-07-01 13:40:53 +00:00
committed by Roman Nozdrin
parent 2c2e1f9924
commit 4d41a945db
5 changed files with 3 additions and 32 deletions

View File

@ -725,7 +725,6 @@ int ServicePrimProc::Child()
#endif
primServerThreadPool = server.getProcessorThreadPool();
OOBThreadPool = server.getOOBThreadPool();
server.start(this, startupRaceLock);