Remove redundant call

The function was already called by mxs_mysql_real_connect.
This commit is contained in:
Markus Mäkelä 2020-03-11 23:18:33 +02:00
parent d0ab797938
commit caf3b4cf75
No known key found for this signature in database
GPG Key ID: 5CE746D557ACC499

View File

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