-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
81189: storage: add conflict handling for MVCC range tombstones r=jbowens a=erikgrinaker This patch takes MVCC range tombstones into account for all MVCC write operations, i.e. for conflict checks and conditional writes. MVCC stats updates are not covered here, but will be addressed in a subsequent PR. This also adds more exhaustive tests, especially for the intent handling in `mvccPutInternal()`. Touches #70412. Release note: None Co-authored-by: Erik Grinaker <[email protected]>
- Loading branch information
Showing
4 changed files
with
498 additions
and
45 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.