mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Merge pull request #56547 from ClickHouse/better-warning
Better warning message
This commit is contained in:
commit
696bd2644f
@ -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);
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Server was built in debug mode. It will work slowly.
|
||||
0
|
||||
Obsolete setting [\'multiple_joins_rewriter_version\'] is changed. Please check \'select * from system.settings where changed and is_obsolete\' and read the changelog.
|
||||
Obsolete setting [\'multiple_joins_rewriter_version\'] is changed. 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
|
||||
1
|
||||
1
|
||||
|
Loading…
Reference in New Issue
Block a user