Skip to content

Commit 24cf211

Browse files
committed
update to v2.7.0
1 parent e944131 commit 24cf211

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

libspeedb-sys/rocksdb

Submodule rocksdb updated 1137 files

libspeedb-sys/rocksdb_lib_sources.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
cache/cache.cc
22
cache/cache_entry_roles.cc
33
cache/cache_key.cc
4+
cache/cache_helpers.cc
45
cache/cache_reservation_manager.cc
56
cache/charged_cache.cc
67
cache/clock_cache.cc
7-
cache/fast_lru_cache.cc
88
cache/lru_cache.cc
99
cache/compressed_secondary_cache.cc
10+
cache/secondary_cache.cc
11+
cache/secondary_cache_adapter.cc
1012
cache/sharded_cache.cc
1113
db/arena_wrapped_db_iter.cc
1214
db/blob/blob_contents.cc
@@ -51,6 +53,7 @@ db/db_impl/db_impl_readonly.cc
5153
db/db_impl/db_impl_secondary.cc
5254
db/db_impl/db_impl_write.cc
5355
db/db_impl/db_spdb_impl_write.cc
56+
db/db_impl/compact_range_threads_mngr.cc
5457
db/db_info_dumper.cc
5558
db/db_iter.cc
5659
db/dbformat.cc
@@ -94,6 +97,7 @@ db/wide/wide_columns.cc
9497
db/write_batch.cc
9598
db/write_batch_base.cc
9699
db/write_controller.cc
100+
db/write_stall_stats.cc
97101
db/write_thread.cc
98102
env/composite_env.cc
99103
env/env.cc
@@ -128,6 +132,7 @@ memory/memkind_kmem_allocator.cc
128132
memory/memory_allocator.cc
129133
memtable/alloc_tracker.cc
130134
memtable/hash_linklist_rep.cc
135+
memtable/hash_spdb_rep.cc
131136
memtable/hash_skiplist_rep.cc
132137
memtable/skiplistrep.cc
133138
memtable/vectorrep.cc
@@ -153,6 +158,7 @@ options/db_options.cc
153158
options/options.cc
154159
options/options_helper.cc
155160
options/options_parser.cc
161+
port/mmap.cc
156162
port/port_posix.cc
157163
port/win/env_default.cc
158164
port/win/env_win.cc
@@ -169,6 +175,7 @@ table/block_based/block_based_table_factory.cc
169175
table/block_based/block_based_table_iterator.cc
170176
table/block_based/block_based_table_reader.cc
171177
table/block_based/block_builder.cc
178+
table/block_based/block_cache.cc
172179
table/block_based/block_prefetcher.cc
173180
table/block_based/block_prefix_index.cc
174181
table/block_based/data_block_hash_index.cc
@@ -185,6 +192,7 @@ table/block_based/partitioned_filter_block.cc
185192
table/block_based/partitioned_index_iterator.cc
186193
table/block_based/partitioned_index_reader.cc
187194
table/block_based/reader_common.cc
195+
table/block_based/table_pinning_policy.cc
188196
table/block_based/uncompression_dict_reader.cc
189197
table/block_fetcher.cc
190198
table/cuckoo/cuckoo_table_builder.cc
@@ -194,6 +202,7 @@ table/format.cc
194202
table/get_context.cc
195203
table/iterator.cc
196204
table/merging_iterator.cc
205+
table/compaction_merging_iterator.cc
197206
table/meta_blocks.cc
198207
table/persistent_cache_helper.cc
199208
table/plain/plain_table_bloom.cc
@@ -230,6 +239,7 @@ util/compression_context_cache.cc
230239
util/concurrent_task_limiter_impl.cc
231240
util/crc32c.cc
232241
util/crc32c_arm64.cc
242+
util/data_structure.cc
233243
util/dynamic_bloom.cc
234244
util/hash.cc
235245
util/murmurhash.cc
@@ -311,3 +321,4 @@ utilities/ttl/db_ttl_impl.cc
311321
utilities/wal_filter.cc
312322
utilities/write_batch_with_index/write_batch_with_index.cc
313323
utilities/write_batch_with_index/write_batch_with_index_internal.cc
324+

0 commit comments

Comments
 (0)