From 8bb398b71eed5d18be278dbacc5e16b34b719e62 Mon Sep 17 00:00:00 2001 From: nikezono Date: Mon, 25 Mar 2024 10:39:26 +0900 Subject: [PATCH] fix stale comment in my_command.h A tinyfix of a comment to point [correct location](https://github.com/mysql/mysql-server/blob/trunk/sql/sql_parse.cc#L223-L259). --- include/my_command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/my_command.h b/include/my_command.h index c38edb19874c..3640b55f2294 100644 --- a/include/my_command.h +++ b/include/my_command.h @@ -94,7 +94,7 @@ enum enum_server_command { COM_RESET_CONNECTION, /**< See @ref page_protocol_com_reset_connection */ COM_CLONE, COM_SUBSCRIBE_GROUP_REPLICATION_STREAM, - /* don't forget to update const char *command_name[] in sql_parse.cc */ + /* don't forget to update std::string Command_names::m_names[] in sql_parse.cc */ /* Must be last */ COM_END /**< Not a real command. Refused. */