diff --git a/include/rocksdb/convenience.h b/include/rocksdb/convenience.h index 0eec72cd6..fa785b4c5 100644 --- a/include/rocksdb/convenience.h +++ b/include/rocksdb/convenience.h @@ -305,6 +305,9 @@ Status GetMemTableRepFactoryFromString( Status GetOptionsFromString(const Options& base_options, const std::string& opts_str, Options* new_options); +Status StringToMap(const std::string& opts_str, + std::unordered_map* opts_map); + // Request stopping background work, if wait is true wait until it's done void CancelAllBackgroundWork(DB* db, bool wait = false);