Skip to content

docs: multibyte collation for HandshakeResponse41 #541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions sql-common/client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4186,10 +4186,10 @@ static int send_change_user_packet(MCPVIO_EXT *mpvio, const uchar *data,
<tr><td>@ref a_protocol_type_int4 "int&lt;4&gt;"</td>
<td>max_packet_size</td>
<td>maximum packet size</td></tr>
<tr><td>@ref a_protocol_type_int1 "int&lt;1&gt;"</td>
<tr><td>@ref a_protocol_type_int2 "int&lt;2&gt;"</td>
<td>character_set</td>
<td>client charset \ref a_protocol_character_set, only the lower 8-bits</td></tr>
<tr><td>@ref sect_protocol_basic_dt_string_fix "string[23]"</td>
<td>client charset \ref a_protocol_character_set</td></tr>
<tr><td>@ref sect_protocol_basic_dt_string_fix "string[22]"</td>
<td>filler</td>
<td>filler to the size of the handhshake response packet. All 0s.</td></tr>
<tr><td colspan="3">} else {</td></tr>
Expand Down Expand Up @@ -4858,10 +4858,10 @@ connect_stage STDCALL mysql_get_connect_nonblocking_stage(MYSQL *mysql) {
<tr><td>@ref a_protocol_type_int4 "int&lt;4&gt;"</td>
<td>max_packet_size</td>
<td>maximum packet size</td></tr>
<tr><td>@ref a_protocol_type_int1 "int&lt;1&gt;"</td>
<tr><td>@ref a_protocol_type_int2 "int&lt;2&gt;"</td>
<td>character_set</td>
<td>client charset \ref a_protocol_character_set, only the lower 8-bits</td></tr>
<tr><td>@ref sect_protocol_basic_dt_string_fix "string[23]"</td>
<td>client charset \ref a_protocol_character_set</td></tr>
<tr><td>@ref sect_protocol_basic_dt_string_fix "string[22]"</td>
<td>filler</td>
<td>filler to the size of the handhshake response packet. All 0s.</td></tr>
<tr><td>@ref sect_protocol_basic_dt_string_null "string&lt;NUL&gt;"</td>
Expand Down