Home
last modified time | relevance | path

Searched refs:str_compaction_style (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/options/
Doptions.cc253 std::string str_compaction_style; in Dump() local
256 str_compaction_style = "unknown_" + std::to_string(compaction_style); in Dump()
258 str_compaction_style = it_compaction_style->second; in Dump()
262 str_compaction_style.c_str()); in Dump()