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
This reverts commit f916e64927
.
This commit is contained in:
@ -453,13 +453,13 @@ class FileOp : public BlockOp, public WeUIDGID
|
||||
bool m_isFix;
|
||||
|
||||
// protect creation of m_DbRootAddExtentMutexes
|
||||
static std::mutex m_createDbRootMutexes;
|
||||
static boost::mutex m_createDbRootMutexes;
|
||||
|
||||
// Mutexes used to serialize extent creation within each DBRoot
|
||||
static std::map<int, std::mutex> m_DbRootAddExtentMutexes;
|
||||
static std::map<int, boost::mutex> m_DbRootAddExtentMutexes;
|
||||
|
||||
// protect race condition in creating directories
|
||||
static std::mutex m_mkdirMutex;
|
||||
static boost::mutex m_mkdirMutex;
|
||||
|
||||
char* m_buffer; // buffer used with setvbuf()
|
||||
};
|
||||
|
Reference in New Issue
Block a user