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.
c-deps: bump rocksdb to revert compaction snapshot refresh
Picks up cockroachdb/rocksdb#56. Release justification: This feature can cause a corruption where keys deleted by range tombstones reappear (see cockroachdb#38772 and cockroachdb#40213), so it's important we revert it. Release note: None
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rocksdb
updated
21 files
+0 −1 | HISTORY.md | |
+0 −5 | db/c.cc | |
+22 −38 | db/compaction_iterator.cc | |
+3 −57 | db/compaction_iterator.h | |
+2 −3 | db/compaction_job.cc | |
+16 −15 | db/compaction_job.h | |
+12 −129 | db/compaction_job_test.cc | |
+1 −8 | db/db_impl.h | |
+2 −35 | db/db_impl_compaction_flush.cc | |
+2 −12 | db/snapshot_impl.h | |
+0 −2 | include/rocksdb/c.h | |
+0 −11 | include/rocksdb/options.h | |
+0 −2 | options/cf_options.cc | |
+0 −3 | options/cf_options.h | |
+0 −4 | options/options.cc | |
+10 −15 | options/options_helper.cc | |
+0 −1 | options/options_settable_test.cc | |
+0 −2 | options/options_test.cc | |
+0 −14 | table/mock_table.cc | |
+0 −8 | table/mock_table.h | |
+0 −3 | util/compaction_job_stats_impl.cc |