From ad298413a2491ff01a775d5d195151b33ba939be Mon Sep 17 00:00:00 2001 From: Daniyaal Khan Date: Tue, 28 Jan 2025 22:16:55 +0530 Subject: [PATCH] Fix typo in the documentation for Protocol::AuthSwitchRequest Corrects the spelling of the word "to" in the documentation for AuthSwitchRequest in the MySQL Client/Server Communication protocol. --- sql/auth/sql_authentication.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/auth/sql_authentication.cc b/sql/auth/sql_authentication.cc index eab98bf81e69..b192ad3f846e 100644 --- a/sql/auth/sql_authentication.cc +++ b/sql/auth/sql_authentication.cc @@ -1896,7 +1896,7 @@ static bool send_server_handshake_packet(MPVIO_EXT *mpvio, const char *data, Authentication method Switch Request Packet If both server and the client support @ref CLIENT_PLUGIN_AUTH capability, - server can send this packet tp ask client to use another authentication method. + server can send this packet to ask client to use another authentication method.
Payload