From 357e77a2ba857840e225b50514be4b7a682d544d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Sun, 24 Feb 2019 11:10:41 +0100 Subject: [PATCH 1/2] Fix typo in Authentication Methods documentation --- 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 5df6ad232df..20f5416e67d 100644 --- a/sql/auth/sql_authentication.cc +++ b/sql/auth/sql_authentication.cc @@ -661,7 +661,7 @@ struct MEM_ROOT; /** - @page page_protocol_connection_phase_authentication_methods Authenticatrion Methods + @page page_protocol_connection_phase_authentication_methods Authentication Methods To authenticate a user against the server the client server protocol employs one of several authentication methods. From cf09051cf93ac421838919736086b68339296cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Sun, 24 Feb 2019 11:20:05 +0100 Subject: [PATCH 2/2] s/Requset/Request --- 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 20f5416e67d..e0e9868a7ee 100644 --- a/sql/auth/sql_authentication.cc +++ b/sql/auth/sql_authentication.cc @@ -562,7 +562,7 @@ struct MEM_ROOT; @startuml Client -> Server: COM_CHANGE_USER - Server -> Client: Auth Switch Requset Packet + Server -> Client: Auth Switch Request Packet == packets exchanged depending on the authentication method == Server -> Client: ERR packet or OK packet @enduml