mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Lint
This commit is contained in:
parent
896b1726e7
commit
0815a85e2b
@ -237,7 +237,7 @@ SettingFieldMaxThreads & SettingFieldMaxThreads::operator=(const Field & f)
|
||||
String SettingFieldMaxThreads::toString() const
|
||||
{
|
||||
if (is_auto)
|
||||
/// Removing quotes this will introduce incompatibility between replicas with different version.
|
||||
/// Removing these quotes this will introduce incompatibility between replicas with different versions.
|
||||
return "'auto(" + ::DB::toString(value) + ")'";
|
||||
else
|
||||
return ::DB::toString(value);
|
||||
|
Loading…
Reference in New Issue
Block a user