From caf3b4cf75dadb5045443f3641b23d12d9916ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Wed, 11 Mar 2020 23:18:33 +0200 Subject: [PATCH] Remove redundant call The function was already called by mxs_mysql_real_connect. --- server/modules/authenticator/MariaDBAuth/dbusers.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/modules/authenticator/MariaDBAuth/dbusers.cc b/server/modules/authenticator/MariaDBAuth/dbusers.cc index f2f01c45e..f67302fc2 100644 --- a/server/modules/authenticator/MariaDBAuth/dbusers.cc +++ b/server/modules/authenticator/MariaDBAuth/dbusers.cc @@ -942,9 +942,6 @@ static bool check_server_permissions(SERVICE* service, return my_errno != ER_ACCESS_DENIED_ERROR; } - /** Copy the server charset */ - mxs_update_server_charset(mysql, server); - if (server->version().total == 0) { mxs_mysql_update_server_version(server, mysql);