-
Notifications
You must be signed in to change notification settings - Fork 807
Update to RocksDB v10.2.1 #1006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Addresses comment that was made for #999 |
I guess the file |
Tested and looks like this branch works nicely regardless. Of course its still cleaner to add all source files: --- a/librocksdb-sys/rocksdb_lib_sources.txt
+++ b/librocksdb-sys/rocksdb_lib_sources.txt
@@ -197,6 +197,7 @@ table/block_fetcher.cc
table/cuckoo/cuckoo_table_builder.cc
table/cuckoo/cuckoo_table_factory.cc
table/cuckoo/cuckoo_table_reader.cc
+table/external_table.cc
table/format.cc
table/get_context.cc
table/iterator.cc
@@ -296,6 +297,8 @@ utilities/persistent_cache/block_cache_tier_file.cc
utilities/persistent_cache/block_cache_tier_metadata.cc
utilities/persistent_cache/persistent_cache_tier.cc
utilities/persistent_cache/volatile_tier_impl.cc
+utilities/secondary_index/secondary_index_iterator.cc
+utilities/secondary_index/simple_secondary_index.cc
utilities/simulator_cache/cache_simulator.cc
utilities/simulator_cache/sim_cache.cc
utilities/table_properties_collectors/compact_for_tiering_collector.cc |
d7c5b1c
to
e90d2ac
Compare
port/win/io_win.cc | ||
port/win/port_win.cc | ||
port/win/win_logger.cc | ||
port/win/win_thread.cc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The files needed for win should be skipped here. They are added in the build.rs
script for win target.
e90d2ac
to
df5452b
Compare
Thank you @aleksuss - I cleared all files with 'port/win' and checked that they all added in |
df5452b
to
7e7a1d5
Compare
Update to latest RocksDB