Proxy: pass database name in console too

This commit is contained in:
Stas Kelvich
2021-10-01 14:27:52 +03:00
parent 287ea2e5e3
commit cf8e27a554
2 changed files with 3 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ impl ProxyConnection {
match self.cplane.authenticate_proxy_request(
self.user.as_str(),
self.database.as_str(),
md5_response,
&self.md5_salt,
) {