1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-30 07:25:34 +03:00

Fix build

This commit is contained in:
Leonid Fedorov
2025-09-23 12:33:27 +00:00
parent 7216707654
commit c918ea0e71
2 changed files with 3 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ ExtentMapRBTreeImpl* ExtentMapRBTreeImpl::fInstance = nullptr;
/*static*/ /*static*/
ExtentMapRBTreeImpl* ExtentMapRBTreeImpl::makeExtentMapRBTreeImpl(unsigned key, off_t size, bool readOnly, ExtentMapRBTreeImpl* ExtentMapRBTreeImpl::makeExtentMapRBTreeImpl(unsigned key, off_t size, bool readOnly,
bool& emLocked, std::atomic<bool>& emLocked,
const MasterSegmentTable* emSegTable) const MasterSegmentTable* emSegTable)
{ {
boost::mutex::scoped_lock lk(fInstanceMutex); boost::mutex::scoped_lock lk(fInstanceMutex);

View File

@@ -263,7 +263,8 @@ class ExtentMapRBTreeImpl
public: public:
~ExtentMapRBTreeImpl() = default; ~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); const MasterSegmentTable* emSegTable = nullptr);
static void refreshShmWithLock() static void refreshShmWithLock()