summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-07-28 14:52:32 -0700
committerkonstantin@mysql.com <>2004-07-28 14:52:32 -0700
commit072d4e0c180652e028c8194ff001474b32ea6cd5 (patch)
treec3cadf22acee7f1d58e48c3da6063d39d1fd449b /include/mysql_com.h
parent7666b20f818712e167dc6e69f24b41a782cb3bac (diff)
downloadmariadb-git-072d4e0c180652e028c8194ff001474b32ea6cd5.tar.gz
enum_server_command
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r--include/mysql_com.h5
1 files changed, 5 insertions, 0 deletions
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,