1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-02 06:13:16 +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*/
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);