mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
Comment
This commit is contained in:
parent
a7b0232349
commit
228bcdfc8e
@ -866,7 +866,7 @@ void Connection::sendQuery(
|
||||
for (const SettingChange & change : settings_from_server)
|
||||
{
|
||||
if (settings->get(change.name) == change.value)
|
||||
modified_settings->setDefaultValue(change.name);
|
||||
modified_settings->setDefaultValue(change.name); // mark as unchanged so it's not sent
|
||||
}
|
||||
settings_to_send = &*modified_settings;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user