forked from facebook/rocksdb
-
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.
Fix a bug in range scan with merge and deletion with timestamp (faceb…
…ook#10915) Summary: When performing Merge during range scan, iterator should understand value types of kDeletionWithTimestamp. Also add an additional check in debug mode to MergeHelper, and account for the presence of compaction filter. Pull Request resolved: facebook#10915 Test Plan: make check Reviewed By: ltamasi Differential Revision: D40960039 Pulled By: riversand963 fbshipit-source-id: dd79d86d7c79d05755bb939a3d94e0c53ddd7f59
- Loading branch information
1 parent
941d834
commit 18cb731
Showing
3 changed files
with
89 additions
and
7 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
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