You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-28 19:54:55 +03:00
Fix build
This commit is contained in:
@@ -235,7 +235,7 @@ ExtentMapRBTreeImpl* ExtentMapRBTreeImpl::fInstance = nullptr;
|
||||
|
||||
/*static*/
|
||||
ExtentMapRBTreeImpl* ExtentMapRBTreeImpl::makeExtentMapRBTreeImpl(unsigned key, off_t size, bool readOnly,
|
||||
bool& emLocked,
|
||||
std::atomic<bool>& emLocked,
|
||||
const MasterSegmentTable* emSegTable)
|
||||
{
|
||||
boost::mutex::scoped_lock lk(fInstanceMutex);
|
||||
|
||||
@@ -263,7 +263,8 @@ class ExtentMapRBTreeImpl
|
||||
public:
|
||||
~ExtentMapRBTreeImpl() = default;
|
||||
|
||||
static ExtentMapRBTreeImpl* makeExtentMapRBTreeImpl(unsigned key, off_t size, bool readOnly, bool& emLocked,
|
||||
static ExtentMapRBTreeImpl* makeExtentMapRBTreeImpl(unsigned key, off_t size, bool readOnly,
|
||||
std::atomic<bool>& emLocked,
|
||||
const MasterSegmentTable* emSegTable = nullptr);
|
||||
|
||||
static void refreshShmWithLock()
|
||||
|
||||
Reference in New Issue
Block a user