Skip to content

Commit

Permalink
Mark random_access_max_buffer_size as kDeprecated in db_options.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
mszeszko-meta committed Jan 10, 2025
1 parent fcd213c commit 6ce1d13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions options/db_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ static std::unordered_map<std::string, OptionTypeInfo>
{"new_table_reader_for_compaction_inputs",
{0, OptionType::kBoolean, OptionVerificationType::kDeprecated,
OptionTypeFlags::kNone}},
{"random_access_max_buffer_size",
{0, OptionType::kSizeT, OptionVerificationType::kDeprecated,
OptionTypeFlags::kNone}},
{"use_adaptive_mutex",
{offsetof(struct ImmutableDBOptions, use_adaptive_mutex),
OptionType::kBoolean, OptionVerificationType::kNormal,
Expand Down

0 comments on commit 6ce1d13

Please sign in to comment.