Skip to content
Open
Changes from 2 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
4 changes: 2 additions & 2 deletions sql/protocol_classic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
*/
Expand Down