-
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/engine: fix DeleteRange+ApplyBatchRepr
Added support for DeleteRange to DBBatchInserter. This missing support was causing test failures and various data corruption when enabling COCKROACH_ENABLE_FAST_CLEAR_RANGE after #14138 started using ApplyBatchRepr on batches containing DeleteRange operations. See #14391
- Loading branch information
1 parent
0f0677b
commit 0ffaf1a
Showing
2 changed files
with
36 additions
and
5 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