You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-27 21:01:50 +03:00
No boost condition (#2822)
This patch replaces boost primitives with stdlib counterparts.
This commit is contained in:
@ -78,7 +78,7 @@ class MasterSegmentTableImpl
|
||||
MasterSegmentTableImpl(const MasterSegmentTableImpl& rhs);
|
||||
MasterSegmentTableImpl& operator=(const MasterSegmentTableImpl& rhs);
|
||||
|
||||
static boost::mutex fInstanceMutex;
|
||||
static std::mutex fInstanceMutex;
|
||||
static MasterSegmentTableImpl* fInstance;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user