-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: implement
RangeKeyChanged()
for MVCCIncrementalIterator
This patch implements `RangeKeyChanged()` for `MVCCIncrementalIterator`. It takes the time bounds into consideration, and will e.g. not fire if the iterator moves from one entire-hidden range key onto another. Following `NextIgnoringTime()` and `NextKeyIgnoringTime()`, previously hidden range keys or range key versions may become visible, but this will not trigger `RangeKeyChanged()`. It will only trigger if the call steps the iterator onto a brand new range key, even if this range key would normally be hidden. Release justification: bug fixes and low-risk updates to new functionality Release note: None
- Loading branch information
1 parent
6f22b47
commit f56dcfb
Showing
3 changed files
with
417 additions
and
375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.