forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
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 cockroachdb#14138 started using ApplyBatchRepr on batches containing DeleteRange operations. See cockroachdb#14391
- Loading branch information
1 parent
0f0677b
commit 6b62283
Showing
2 changed files
with
27 additions
and
2 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