Skip to content

Commit 6b0d003

Browse files
committed
Merge master and update SettingsChangesHistory.cpp
1 parent fad9939 commit 6b0d003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
7070
{
7171
{"secondary_indices_enable_bulk_filtering", false, true, "A new algorithm for filtering by data skipping indices"},
7272
{"implicit_table_at_top_level", "", "", "A new setting, used in clickhouse-local"},
73+
{"use_skip_indexes_if_final_exact_mode", 0, 0, "This setting was introduced to help FINAL query return correct results with skip indexes"},
7374
});
7475
addSettingsChanges(settings_changes_history, "25.4",
7576
{
@@ -79,7 +80,6 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
7980
{"query_plan_max_limit_for_lazy_materialization", 10, 10, "Added new setting to control maximum limit value that allows to use query plan for lazy materialization optimisation. If zero, there is no limit"},
8081
{"query_plan_convert_join_to_in", false, false, "New setting"},
8182
{"enable_hdfs_pread", true, true, "New setting."},
82-
{"use_skip_indexes_if_final_exact_mode", 0, 0, "This setting was introduced to help FINAL query return correct results with skip indexes"},
8383
{"low_priority_query_wait_time_ms", 1000, 1000, "New setting."},
8484
{"serialize_query_plan", false, false, "NewSetting"},
8585
{"allow_experimental_shared_set_join", 0, 1, "A setting for ClickHouse Cloud to enable SharedSet and SharedJoin"},

0 commit comments

Comments
 (0)