diff options
Diffstat (limited to 'sql/protocol.h')
-rw-r--r-- | sql/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/protocol.h b/sql/protocol.h index 46a2b6d36b6..853cca0f769 100644 --- a/sql/protocol.h +++ b/sql/protocol.h @@ -110,7 +110,7 @@ public: }; -/* Class used for the old (MySQL 4.0 protocol) */ +/** Class used for the old (MySQL 4.0 protocol). */ class Protocol_text :public Protocol { |