You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-513 use thread pool for jobsteps
This commit is contained in:
@ -97,7 +97,7 @@ protected:
|
||||
TupleHavingStep* fStep;
|
||||
};
|
||||
|
||||
boost::scoped_ptr<boost::thread> fRunner;
|
||||
uint64_t fRunner; // thread pool handle
|
||||
|
||||
uint64_t fRowsReturned;
|
||||
bool fEndOfResult;
|
||||
|
Reference in New Issue
Block a user