mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix error in Fuzzer
This commit is contained in:
parent
1bd6605373
commit
5573c3b61e
@ -905,7 +905,7 @@ private:
|
||||
// private, probably for a good reason that the protocol doesn't allow
|
||||
// pings at any possible moment.
|
||||
// Don't forget to reset the default database which might have changed.
|
||||
connection->setDefaultDatabase("");
|
||||
connection->setDefaultDatabase(connection_parameters.default_database);
|
||||
connection->forceConnected(connection_parameters.timeouts);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user