This commit is contained in:
Konstantin Bogdanov 2024-08-28 16:15:10 +02:00 committed by Konstantin Bogdanov
parent 896b1726e7
commit 0815a85e2b
No known key found for this signature in database

View File

@ -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);