Skip to content

Commit

Permalink
rename config. parameter sql.plan_recording
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Sep 17, 2024
1 parent 2b3d155 commit ad48f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tateyama/configuration/bootstrap_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static constexpr std::string_view default_configuration { // NOLINT
"dev_profile_commits=false\n"
"dev_return_os_pages=false\n"
"dev_omit_task_when_idle=true\n"
"external_log_explain=false\n"
"plan_recording=false\n"
"dev_try_insert_on_upserting_secondary=true\n"
"dev_scan_concurrent_operation_as_not_found=true\n"
"dev_point_read_concurrent_operation_as_not_found=true\n"
Expand Down

0 comments on commit ad48f01

Please sign in to comment.