From 26c755ab54c64c14c2cfb24730fb0c5e37bc3250 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 28 Jul 2004 14:52:32 -0700 Subject: [PATCH] enum_server_command --- include/mysql_com.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/mysql_com.h b/include/mysql_com.h index ea375128455..01f26399953 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -36,6 +36,11 @@ #define MYSQL_SERVICENAME "MySQL" #endif /* __WIN__ */ +/* + You should add new commands to the end of this list, otherwise old + servers won't be able to handle them as 'unsupported'. +*/ + enum enum_server_command { COM_SLEEP, COM_QUIT, COM_INIT_DB, COM_QUERY, COM_FIELD_LIST,