rocksdb/utilities
Xingbo Wang 7c48905ecd Fix missing const for arg of OptionChangeMigration (#14173)
Summary:
Fix missing const for arg of OptionChangeMigration

We switched from std::string to std::string & for API OptionChangeMigration, which caused const qualifier to be lost at call site, which causes compilation failure.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/14173

Test Plan: Unit test

Reviewed By: pdillinger

Differential Revision: D88431457

Pulled By: xingbowang

fbshipit-source-id: a705f3b80cc5ff56dab73aa6a31c940798d8df45
2025-12-04 17:04:43 -08:00
..
agg_merge Run internal cpp modernizer on RocksDB repo (#12398) 2024-03-04 10:08:32 -08:00
backup Add checks to terminate early when backup is stopped (#14129) 2025-11-25 09:01:20 -08:00
blob_db Big refactor for preliminary custom compression API (#13540) 2025-05-15 17:14:23 -07:00
cassandra Run internal cpp modernizer on RocksDB repo (#12398) 2024-03-04 10:08:32 -08:00
checkpoint Auto-tune manifest file size (#14076) 2025-11-07 09:04:52 -08:00
compaction_filters Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
convenience Run clang-format on utilities/ (except utilities/transactions/) (#10853) 2022-10-24 16:38:09 -07:00
leveldb_options Put Cache and CacheWrapper in new public header (#11192) 2023-02-09 12:12:02 -08:00
memory Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
merge_operators Run internal cpp modernizer on RocksDB repo (#12398) 2024-03-04 10:08:32 -08:00
option_change_migration Fix missing const for arg of OptionChangeMigration (#14173) 2025-12-04 17:04:43 -08:00
options Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
persistent_cache Use C++20 in public API, fix CI (#13915) 2025-09-08 13:11:28 -07:00
secondary_index Expose a simple secondary index implementation (#13370) 2025-02-05 15:43:54 -08:00
simulator_cache Run internal cpp modernizer on RocksDB repo (#12398) 2024-03-04 10:08:32 -08:00
table_properties_collectors Add an optional min file size requirement for deletion triggered compaction (#13707) 2025-06-19 11:04:35 -07:00
trace Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
transactions Typo fix (#14024) 2025-10-03 14:28:37 -07:00
ttl Expose GetTtl() API in TTL DB (#13790) 2025-07-21 14:43:40 -07:00
write_batch_with_index Check op count in WBWI vs WB when ingesting WBWI (#13722) 2025-06-25 13:32:08 -07:00
cache_dump_load.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
cache_dump_load_impl.cc Require C++20 (#13904) 2025-08-28 16:59:16 -07:00
cache_dump_load_impl.h Require C++20 (#13904) 2025-08-28 16:59:16 -07:00
compaction_filters.cc Remove FactoryFunc from LoadXXXObject (#11203) 2023-02-17 12:54:07 -08:00
counted_fs.cc Fix serious FSDirectory use-after-Close bug (missing fsync) (#10460) 2022-08-02 10:54:32 -07:00
counted_fs.h Explicitly closing all directory file descriptors (#10049) 2022-06-01 18:03:34 -07:00
debug.cc Revert #14122 "Fix a bug where compaction ..." (#14170) 2025-12-04 12:28:01 -08:00
env_mirror.cc Support GetFileSize API in FSRandomAccessFile (#13676) 2025-07-09 10:40:28 -07:00
env_mirror_test.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
env_timed.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
env_timed.h Remove RocksDB LITE (#11147) 2023-01-27 13:14:19 -08:00
env_timed_test.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
fault_injection_env.cc Revert "Create a new API FileSystem::SyncFile for file sync (#13762)" (#13987) 2025-09-22 15:30:24 -07:00
fault_injection_env.h Revert "Create a new API FileSystem::SyncFile for file sync (#13762)" (#13987) 2025-09-22 15:30:24 -07:00
fault_injection_fs.cc Revert "Create a new API FileSystem::SyncFile for file sync (#13762)" (#13987) 2025-09-22 15:30:24 -07:00
fault_injection_fs.h Revert "Create a new API FileSystem::SyncFile for file sync (#13762)" (#13987) 2025-09-22 15:30:24 -07:00
fault_injection_secondary_cache.cc Add some compressed and tiered secondary cache stats (#12150) 2023-12-15 11:34:08 -08:00
fault_injection_secondary_cache.h Remove 'virtual' when implied by 'override' (#12319) 2024-01-31 13:14:42 -08:00
memory_allocators.h Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
merge_operators.cc Remove FactoryFunc from LoadXXXObject (#11203) 2023-02-17 12:54:07 -08:00
merge_operators.h Run clang-format on utilities/ (except utilities/transactions/) (#10853) 2022-10-24 16:38:09 -07:00
object_registry.cc Run internal cpp modernizer on RocksDB repo (#12398) 2024-03-04 10:08:32 -08:00
object_registry_test.cc Standardize on clang-format version 18 (#13233) 2024-12-19 10:58:40 -08:00
types_util.cc Add support in SstFileReader to get a raw table iterator (#12385) 2024-04-02 21:23:06 -07:00
types_util_test.cc Add support in SstFileReader to get a raw table iterator (#12385) 2024-04-02 21:23:06 -07:00
util_merge_operators_test.cc Run internal cpp modernizer on RocksDB repo (#12398) 2024-03-04 10:08:32 -08:00
wal_filter.cc Remove FactoryFunc from LoadXXXObject (#11203) 2023-02-17 12:54:07 -08:00