Skip to content

Commit acf8dc1

Browse files
committed
Added new settings to system.settings_changes
1 parent b00cfa4 commit acf8dc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
3939
/// controls new feature and it's 'true' by default, use 'false' as previous_value).
4040
/// It's used to implement `compatibility` setting (see https://github.com/ClickHouse/ClickHouse/issues/35972)
4141
/// Note: please check if the key already exists to prevent duplicate entries.
42+
addSettingsChanges(settings_changes_history, "25.8.9.2000",
43+
{
44+
{"object_storage_cluster", "", "", "Antalya: New setting"},
45+
{"object_storage_max_nodes", 0, 0, "Antalya: New setting"},
46+
});
4247
addSettingsChanges(settings_changes_history, "25.8",
4348
{
4449
{"output_format_json_quote_64bit_integers", true, false, "Disable quoting of the 64 bit integers in JSON by default"},

0 commit comments

Comments
 (0)