1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-27 21:01:50 +03:00

Fixes to COMMIT operation logic to keep ranges in valid state

This commit is contained in:
Sergey Zefirov
2021-04-23 16:18:16 +03:00
parent 9a2887748e
commit 47b1430121
6 changed files with 54 additions and 24 deletions

View File

@ -4594,7 +4594,7 @@ void DBRM::invalidateUncommittedExtentLBIDs(execplan::CalpontSystemCatalog::SCN
aInfo.isBinaryColumn = false;
}
aInfo.seqNum = SEQNUM_MARK_INVALID_SET_RANGE;
aInfo.seqNum = SEQNUM_MARK_UPDATING_INVALID_SET_RANGE;
cpInfos.push_back(aInfo);
}