mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Add obsolete setting back (#56382)
This commit is contained in:
parent
cf6ab2e110
commit
a66fa87248
@ -837,6 +837,7 @@ class IColumn;
|
||||
MAKE_OBSOLETE(M, Bool, allow_experimental_bigint_types, true) \
|
||||
MAKE_OBSOLETE(M, Bool, allow_experimental_window_functions, true) \
|
||||
MAKE_OBSOLETE(M, Bool, allow_experimental_geo_types, true) \
|
||||
MAKE_OBSOLETE(M, Bool, allow_experimental_query_cache, true) \
|
||||
\
|
||||
MAKE_OBSOLETE(M, Milliseconds, async_insert_stale_timeout_ms, 0) \
|
||||
MAKE_OBSOLETE(M, StreamingHandleErrorMode, handle_kafka_error_mode, StreamingHandleErrorMode::DEFAULT) \
|
||||
|
@ -4,6 +4,7 @@ allow_experimental_bigint_types
|
||||
allow_experimental_database_atomic
|
||||
allow_experimental_geo_types
|
||||
allow_experimental_map_type
|
||||
allow_experimental_query_cache
|
||||
allow_experimental_window_functions
|
||||
async_insert_cleanup_timeout_ms
|
||||
async_insert_stale_timeout_ms
|
||||
|
Loading…
Reference in New Issue
Block a user