-
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.
Merge pull request #41394 from itsbilal/rocksdb-sst-add-assert-2.1
[2.1 backport] rocksdb: Include fix on improving SST IDs used in cache keys
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rocksdb
updated
8 files
+13 −1 | db/table_cache.cc | |
+3 −0 | db/table_cache.h | |
+146 −147 | env/env_test.cc | |
+0 −65 | env/io_posix.cc | |
+0 −11 | env/io_posix.h | |
+29 −6 | include/rocksdb/env.h | |
+0 −76 | port/win/io_win.cc | |
+0 −12 | port/win/io_win.h |