rocksdb/utilities/option_change_migration
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
..
option_change_migration.cc Fix missing const for arg of OptionChangeMigration (#14173) 2025-12-04 17:04:43 -08:00
option_change_migration_test.cc Refactor and support option migration for db with multiple CFs (#14059) 2025-11-19 05:10:03 -08:00