Skip to content

Commit 4373620

Browse files
authored
Add enable_multi_thread_write as deprecated option (#405)
Signed-off-by: Yang Zhang <[email protected]>
1 parent f86a90f commit 4373620

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

options/db_options.cc

+3
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@ static std::unordered_map<std::string, OptionTypeInfo>
327327
{offsetof(struct ImmutableDBOptions, enable_pipelined_write),
328328
OptionType::kBoolean, OptionVerificationType::kNormal,
329329
OptionTypeFlags::kNone}},
330+
{"enable_multi_thread_write",
331+
{0, OptionType::kBoolean, OptionVerificationType::kDeprecated,
332+
OptionTypeFlags::kNone}},
330333
{"enable_pipelined_commit",
331334
{0, OptionType::kBoolean, OptionVerificationType::kDeprecated,
332335
OptionTypeFlags::kNone}},

0 commit comments

Comments
 (0)