mark settings as obsolete

This commit is contained in:
Alexander Tokmakov 2021-11-11 14:21:42 +03:00
parent 627dde7aba
commit 108b5a70e2

View File

@ -548,6 +548,8 @@ class IColumn;
MAKE_OBSOLETE(M, UInt64, replication_alter_columns_timeout, 60) \
MAKE_OBSOLETE(M, UInt64, odbc_max_field_size, 0) \
MAKE_OBSOLETE(M, Bool, allow_experimental_map_type, true) \
MAKE_OBSOLETE(M, UInt64, merge_tree_clear_old_temporary_directories_interval_seconds, 60) \
MAKE_OBSOLETE(M, UInt64, merge_tree_clear_old_parts_interval_seconds, 1) \
/** The section above is for obsolete settings. Do not add anything there. */