diff --git a/cozorocks/rocksdb b/cozorocks/rocksdb index 444b3f48..3258b5c3 160000 --- a/cozorocks/rocksdb +++ b/cozorocks/rocksdb @@ -1 +1 @@ -Subproject commit 444b3f4845dd01b0d127c4b420fdd3b50ad56682 +Subproject commit 3258b5c3e2488464de0827343c8c27bc6499765e diff --git a/cozorocks/rocksdb_lib_sources.txt b/cozorocks/rocksdb_lib_sources.txt index a1cce6f7..19fb414b 100644 --- a/cozorocks/rocksdb_lib_sources.txt +++ b/cozorocks/rocksdb_lib_sources.txt @@ -1,6 +1,7 @@ cache/cache.cc cache/cache_entry_roles.cc cache/cache_key.cc +cache/cache_helpers.cc cache/cache_reservation_manager.cc cache/charged_cache.cc cache/clock_cache.cc @@ -152,6 +153,7 @@ options/db_options.cc options/options.cc options/options_helper.cc options/options_parser.cc +port/mmap.cc port/port_posix.cc port/win/env_default.cc port/win/env_win.cc @@ -168,6 +170,7 @@ table/block_based/block_based_table_factory.cc table/block_based/block_based_table_iterator.cc table/block_based/block_based_table_reader.cc table/block_based/block_builder.cc +table/block_based/block_cache.cc table/block_based/block_prefetcher.cc table/block_based/block_prefix_index.cc table/block_based/data_block_hash_index.cc @@ -307,4 +310,5 @@ utilities/transactions/write_unprepared_txn_db.cc utilities/ttl/db_ttl_impl.cc utilities/wal_filter.cc utilities/write_batch_with_index/write_batch_with_index.cc -utilities/write_batch_with_index/write_batch_with_index_internal.cc \ No newline at end of file +utilities/write_batch_with_index/write_batch_with_index_internal.cc +