This commit is contained in:
Nikita Taranov 2024-10-15 12:17:34 +01:00
parent 483c2677a0
commit 5fbf184c08
2 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,7 @@ static std::initializer_list<std::pair<ClickHouseVersion, SettingsChangesHistory
{"distributed_cache_data_packet_ack_window", 5, 5, "A setting for ClickHouse Cloud"},
{"allow_experimental_refreshable_materialized_view", false, true, "Not experimental anymore"},
{"max_parts_to_move", 1000, 1000, "New setting"},
{"allow_reorder_prewhere_conditions", true, true, "New setting"},
{"allow_reorder_prewhere_conditions", false, true, "New setting"},
}
},
{"24.9",

View File

@ -47,3 +47,4 @@ allow_settings_after_format_in_insert
allow_statistic_optimize
allow_statistics_optimize
allow_unrestricted_reads_from_keeper
allow_reorder_prewhere_conditions