You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
atomic stop flag
This commit is contained in:
@ -350,7 +350,7 @@ class ThreadPool
|
|||||||
boost::condition_variable fNeedThread; // triggered when a thread is needed
|
boost::condition_variable fNeedThread; // triggered when a thread is needed
|
||||||
ThreadPoolGroup fThreads;
|
ThreadPoolGroup fThreads;
|
||||||
|
|
||||||
bool fStop;
|
std::atomic<bool> fStop = false;
|
||||||
long fGeneralErrors;
|
long fGeneralErrors;
|
||||||
long fFunctorErrors;
|
long fFunctorErrors;
|
||||||
uint32_t waitingFunctorsSize;
|
uint32_t waitingFunctorsSize;
|
||||||
|
Reference in New Issue
Block a user