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:
@@ -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));
|
||||
/*
|
||||
|
Reference in New Issue
Block a user