You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-4766 ROLLBACK kept ranges changed inside rolled back transaction
Now ROLLBACK drops ranges to INVALID state which makes engine to rescan blocks and discover correct ranges.
This commit is contained in:
@ -5004,7 +5004,7 @@ void WE_DDLCommandProc::purgeFDCache()
|
||||
}
|
||||
|
||||
cacheutils::purgePrimProcFdCache(files, Config::getLocalModuleID());
|
||||
fDbrm.invalidateUncommittedExtentLBIDs(0, &lbidList);
|
||||
fDbrm.invalidateUncommittedExtentLBIDs(0, false, &lbidList);
|
||||
}
|
||||
|
||||
TableMetaData::removeTableMetaData(SYSCOLUMN_BASE);
|
||||
|
Reference in New Issue
Block a user