You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-5091/MCOL-4917 ExtentMap as RBTree.
This patch replaces a `linear array` to `Red black tree` for ExtentMap.
This commit is contained in:
@ -108,7 +108,7 @@ class DBRM
|
||||
EXPORT static void refreshShm()
|
||||
{
|
||||
MasterSegmentTableImpl::refreshShm();
|
||||
ExtentMapImpl::refreshShm();
|
||||
ExtentMapRBTreeImpl::refreshShm();
|
||||
FreeListImpl::refreshShm();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user