File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ static auto& compaction_style_to_string =
102102static auto & compaction_pri_to_string = OptionsHelper::compaction_pri_to_string;
103103static auto & compaction_stop_style_to_string =
104104 OptionsHelper::compaction_stop_style_to_string;
105- static auto & file_preload_string_map = OptionsHelper::file_preload_string_map;
106105static auto & temperature_to_string = OptionsHelper::temperature_to_string;
107106static auto & checksum_type_string_map = OptionsHelper::checksum_type_string_map;
108107#ifndef ROCKSDB_LITE
@@ -115,6 +114,7 @@ static auto& compaction_style_string_map =
115114 OptionsHelper::compaction_style_string_map;
116115static auto & compaction_pri_string_map =
117116 OptionsHelper::compaction_pri_string_map;
117+ static auto & file_preload_string_map = OptionsHelper::file_preload_string_map;
118118static auto & temperature_string_map = OptionsHelper::temperature_string_map;
119119#endif // !ROCKSDB_LITE
120120
You can’t perform that action at this time.
0 commit comments