mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Better warning message
This commit is contained in:
parent
bda459ab4d
commit
2b7346d755
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user