29#ifndef _mysql_command_h
30#define _mysql_command_h
enum_server_command
A list of all MySQL protocol commands.
Definition: my_command.h:48
@ COM_STMT_FETCH
See COM_STMT_FETCH.
Definition: my_command.h:82
@ COM_CONNECT_OUT
Definition: my_command.h:73
@ COM_CONNECT
Currently refused by the server.
Definition: my_command.h:64
@ COM_DEBUG
See COM_DEBUG.
Definition: my_command.h:66
@ COM_UNUSED_2
Removed, used to be COM_REFRESH.
Definition: my_command.h:60
@ COM_QUIT
See COM_QUIT.
Definition: my_command.h:54
@ COM_STMT_EXECUTE
See COM_STMT_EXECUTE.
Definition: my_command.h:76
@ COM_PING
See COM_PING.
Definition: my_command.h:67
@ COM_DROP_DB
Currently refused by the server.
Definition: my_command.h:59
@ COM_DAEMON
Currently refused by the server.
Definition: my_command.h:93
@ COM_END
Not a real command.
Definition: my_command.h:102
@ COM_SET_OPTION
See COM_SET_OPTION.
Definition: my_command.h:81
@ COM_BINLOG_DUMP_GTID
Definition: my_command.h:94
@ COM_STMT_PREPARE
See COM_STMT_PREPARE.
Definition: my_command.h:75
@ COM_DELAYED_INSERT
Functionality removed.
Definition: my_command.h:69
@ COM_STATISTICS
See COM_STATISTICS.
Definition: my_command.h:62
@ COM_QUERY
See COM_QUERY.
Definition: my_command.h:56
@ COM_CLONE
Definition: my_command.h:96
@ COM_TABLE_DUMP
Definition: my_command.h:72
@ COM_CREATE_DB
Currently refused by the server.
Definition: my_command.h:58
@ COM_STMT_RESET
See COM_STMT_RESET.
Definition: my_command.h:80
@ COM_RESET_CONNECTION
See COM_RESET_CONNECTION.
Definition: my_command.h:95
@ COM_STMT_SEND_LONG_DATA
See COM_STMT_SEND_LONG_DATA.
Definition: my_command.h:78
@ COM_TIME
Currently refused by the server.
Definition: my_command.h:68
@ COM_UNUSED_5
Removed, used to be COM_PROCESS_KILL.
Definition: my_command.h:65
@ COM_SUBSCRIBE_GROUP_REPLICATION_STREAM
Definition: my_command.h:97
@ COM_REGISTER_SLAVE
Definition: my_command.h:74
@ COM_STMT_CLOSE
See COM_STMT_CLOSE.
Definition: my_command.h:79
@ COM_SLEEP
Currently refused by the server.
Definition: my_command.h:53
@ COM_UNUSED_4
Removed, used to be COM_PROCESS_INFO.
Definition: my_command.h:63
@ COM_BINLOG_DUMP
See COM_BINLOG_DUMP.
Definition: my_command.h:71
@ COM_UNUSED_1
Removed, used to be COM_SHUTDOWN.
Definition: my_command.h:61
@ COM_INIT_DB
See COM_INIT_DB.
Definition: my_command.h:55
@ COM_FIELD_LIST
Deprecated.
Definition: my_command.h:57
@ COM_CHANGE_USER
See COM_CHANGE_USER.
Definition: my_command.h:70