diff --git a/sql/protocol_classic.cc b/sql/protocol_classic.cc index 2dbe92b675a0..08799c58c5fd 100644 --- a/sql/protocol_classic.cc +++ b/sql/protocol_classic.cc @@ -270,7 +270,7 @@ 07 00 00 0b 00 01 00 02 00 00 00 ........... ~~~~~~~~~~~~~ - If the ::SERVER_MORE_RESULTS_EXISTS flag ise set, that indicates more + If the ::SERVER_MORE_RESULTS_EXISTS flag is set, that indicates more resultsets will follow. The trailing @ref page_protocol_basic_ok_packet is the response to the @@ -309,7 +309,7 @@ A multi-statement is permitting ::COM_QUERY to send more than one query to the server, separated by `;` characters. - The client musst announce that it wants multi-statements by either setting + The client must announce that it wants multi-statements by either setting the ::CLIENT_MULTI_STATEMENTS capability or by using @ref page_protocol_com_set_option */ @@ -333,7 +333,7 @@