diff --git a/cozorocks/rocksdb b/cozorocks/rocksdb index fdf403f5..6a436150 160000 --- a/cozorocks/rocksdb +++ b/cozorocks/rocksdb @@ -1 +1 @@ -Subproject commit fdf403f5918a2b4355cf75ebe5e21d0fc22db880 +Subproject commit 6a436150417120a3f9732d65a2a5c2b8d19b60fc diff --git a/cozorocks/rocksdb_lib_sources.txt b/cozorocks/rocksdb_lib_sources.txt index 2ab218f9..3b874de5 100644 --- a/cozorocks/rocksdb_lib_sources.txt +++ b/cozorocks/rocksdb_lib_sources.txt @@ -8,6 +8,7 @@ cache/clock_cache.cc cache/lru_cache.cc cache/compressed_secondary_cache.cc cache/secondary_cache.cc +cache/secondary_cache_adapter.cc cache/sharded_cache.cc db/arena_wrapped_db_iter.cc db/blob/blob_contents.cc @@ -94,6 +95,7 @@ db/wide/wide_columns.cc db/write_batch.cc db/write_batch_base.cc db/write_controller.cc +db/write_stall_stats.cc db/write_thread.cc env/composite_env.cc env/env.cc @@ -196,6 +198,7 @@ table/format.cc table/get_context.cc table/iterator.cc table/merging_iterator.cc +table/compaction_merging_iterator.cc table/meta_blocks.cc table/persistent_cache_helper.cc table/plain/plain_table_bloom.cc