Better warning message

This commit is contained in:
Alexey Milovidov 2023-11-09 23:37:18 +01:00
parent bda459ab4d
commit 2b7346d755

View File

@ -846,7 +846,7 @@ Strings Context::getWarnings() const
}
res = res + "]" + (single_element ? " is" : " are")
+ " changed. "
"Please check 'select * from system.settings where changed and is_obsolete' and read the changelog.";
"Please check 'SELECT * FROM system.settings WHERE changed AND is_obsolete' and read the changelog at https://github.com/ClickHouse/ClickHouse/blob/master/CHANGELOG.md";
common_warnings.emplace_back(res);
}