mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge branch '5.5' into 10.1
This commit is contained in:
@@ -11430,6 +11430,7 @@ static bool send_server_handshake_packet(MPVIO_EXT *mpvio,
|
||||
int2store(end+5, thd->client_capabilities >> 16);
|
||||
end[7]= data_len;
|
||||
DBUG_EXECUTE_IF("poison_srv_handshake_scramble_len", end[7]= -100;);
|
||||
DBUG_EXECUTE_IF("increase_srv_handshake_scramble_len", end[7]= 50;);
|
||||
bzero(end + 8, 10);
|
||||
end+= 18;
|
||||
/* write scramble tail */
|
||||
|
||||
Reference in New Issue
Block a user