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:
@ -153,7 +153,7 @@ private:
|
||||
WindowFunctionStep* fStep;
|
||||
};
|
||||
|
||||
boost::scoped_ptr<boost::thread> fRunner;
|
||||
uint64_t fRunner; // thread pool handle
|
||||
|
||||
boost::shared_ptr<execplan::CalpontSystemCatalog> fCatalog;
|
||||
uint64_t fRowsReturned;
|
||||
@ -188,7 +188,7 @@ private:
|
||||
|
||||
WindowFunctionStep* fStep;
|
||||
};
|
||||
std::vector<boost::shared_ptr<boost::thread> > fFunctionThreads;
|
||||
std::vector<uint64_t> fFunctionThreads;
|
||||
|
||||
std::vector<RowPosition> fRows;
|
||||
std::vector<boost::shared_ptr<windowfunction::WindowFunction> > fFunctions;
|
||||
|
Reference in New Issue
Block a user