mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 17:32:32 +00:00
Fix
This commit is contained in:
parent
8c4b73ed64
commit
4df0603c58
@ -68,6 +68,7 @@ static std::initializer_list<std::pair<ClickHouseVersion, SettingsChangesHistory
|
|||||||
{"use_async_executor_for_materialized_views", false, false, "New setting."},
|
{"use_async_executor_for_materialized_views", false, false, "New setting."},
|
||||||
{"composed_data_type_output_format_mode", "default", "default", "New setting"},
|
{"composed_data_type_output_format_mode", "default", "default", "New setting"},
|
||||||
{"http_response_headers", "", "", "New setting."},
|
{"http_response_headers", "", "", "New setting."},
|
||||||
|
{"parallel_replicas_index_analysis_only_on_coordinator", true, true, "Index analysis done only on replica-coordinator and skipped on other replicas. Effective only with enabled parallel_replicas_local_plan"}, // enabling it was moved to 24.10
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{"24.11",
|
{"24.11",
|
||||||
|
Loading…
Reference in New Issue
Block a user