From ad9a93a4d0da6bf96a73a4a295b1a66a9c915a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Mon, 29 Apr 2024 10:15:57 +0200 Subject: [PATCH] docs: multibyte collation for HandshakeResponse41 --- sql-common/client.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sql-common/client.cc b/sql-common/client.cc index a57e94d30c72..bb7d1d5ae84c 100644 --- a/sql-common/client.cc +++ b/sql-common/client.cc @@ -4186,10 +4186,10 @@ static int send_change_user_packet(MCPVIO_EXT *mpvio, const uchar *data, @ref a_protocol_type_int4 "int<4>" max_packet_size maximum packet size - @ref a_protocol_type_int1 "int<1>" + @ref a_protocol_type_int2 "int<2>" character_set - client charset \ref a_protocol_character_set, only the lower 8-bits - @ref sect_protocol_basic_dt_string_fix "string[23]" + client charset \ref a_protocol_character_set + @ref sect_protocol_basic_dt_string_fix "string[22]" filler filler to the size of the handhshake response packet. All 0s. } else { @@ -4858,10 +4858,10 @@ connect_stage STDCALL mysql_get_connect_nonblocking_stage(MYSQL *mysql) { @ref a_protocol_type_int4 "int<4>" max_packet_size maximum packet size - @ref a_protocol_type_int1 "int<1>" + @ref a_protocol_type_int2 "int<2>" character_set - client charset \ref a_protocol_character_set, only the lower 8-bits - @ref sect_protocol_basic_dt_string_fix "string[23]" + client charset \ref a_protocol_character_set + @ref sect_protocol_basic_dt_string_fix "string[22]" filler filler to the size of the handhshake response packet. All 0s. @ref sect_protocol_basic_dt_string_null "string<NUL>"