mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
fix
This commit is contained in:
parent
483c2677a0
commit
5fbf184c08
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user