Fix error in Fuzzer

This commit is contained in:
Alexey Milovidov 2021-01-05 23:32:05 +03:00
parent 1bd6605373
commit 5573c3b61e

View File

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