Skip to content

Commit 15a5c47

Browse files
committed
adjustment needed so that ROCKSDB_LITE build works
1 parent d20c034 commit 15a5c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/options_helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ static auto& compaction_style_to_string =
102102
static auto& compaction_pri_to_string = OptionsHelper::compaction_pri_to_string;
103103
static 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;
106105
static auto& temperature_to_string = OptionsHelper::temperature_to_string;
107106
static 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;
116115
static auto& compaction_pri_string_map =
117116
OptionsHelper::compaction_pri_string_map;
117+
static auto& file_preload_string_map = OptionsHelper::file_preload_string_map;
118118
static auto& temperature_string_map = OptionsHelper::temperature_string_map;
119119
#endif // !ROCKSDB_LITE
120120

0 commit comments

Comments
 (0)