1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Embedded server with authenticaction fixed after connection attributes port.

This commit is contained in:
unknown
2013-10-08 12:25:14 +03:00
parent 60c55522c3
commit 81957483d3
2 changed files with 10 additions and 5 deletions

View File

@@ -8398,7 +8398,10 @@ static bool parse_com_change_user_packet(MPVIO_EXT *mpvio, uint packet_length)
if ((mpvio->thd->client_capabilities & CLIENT_CONNECT_ATTRS) &&
read_client_connect_attrs(&next_field, end,
mpvio->thd->charset()))
return packet_error;
{
my_message(ER_UNKNOWN_COM_ERROR, ER(ER_UNKNOWN_COM_ERROR), MYF(0));
DBUG_RETURN(packet_error);
}
DBUG_PRINT("info", ("client_plugin=%s, restart", client_plugin));
/*