You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-15 12:09:09 +03:00
Add logic for graceful shutdown
This commit is contained in:
@@ -72,7 +72,7 @@ class Synchronizer : public boost::noncopyable
|
||||
};
|
||||
|
||||
uint maxUploads;
|
||||
ThreadPool threadPool;
|
||||
boost::scoped_ptr<ThreadPool> threadPool;
|
||||
std::map<std::string, boost::shared_ptr<PendingOps> > pendingOps;
|
||||
std::map<std::string, boost::shared_ptr<PendingOps> > opsInProgress;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user