1
0
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:
David Hall
2017-02-09 17:54:18 -06:00
parent 29785cf202
commit c2344accc9
10 changed files with 121 additions and 30 deletions

View File

@ -105,6 +105,8 @@ pDictionaryStep::pDictionaryStep(
recvWaiting(false),
ridCount(0),
fColType(ct),
pThread(0),
cThread(0),
fFilterCount(0),
requestList(0),
fInterval(jobInfo.flushInterval),