mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
enum_server_command
This commit is contained in:
@@ -36,6 +36,11 @@
|
|||||||
#define MYSQL_SERVICENAME "MySQL"
|
#define MYSQL_SERVICENAME "MySQL"
|
||||||
#endif /* __WIN__ */
|
#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
|
enum enum_server_command
|
||||||
{
|
{
|
||||||
COM_SLEEP, COM_QUIT, COM_INIT_DB, COM_QUERY, COM_FIELD_LIST,
|
COM_SLEEP, COM_QUIT, COM_INIT_DB, COM_QUERY, COM_FIELD_LIST,
|
||||||
|
Reference in New Issue
Block a user