You've already forked mariadb-columnstore-engine
							
							
				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:
		| @@ -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); | ||||||
|   | |||||||
| @@ -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() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user