|
int | SLEEP = 0 |
|
int | QUIT = 1 |
|
int | INIT_DB = 2 |
|
int | QUERY = 3 |
|
int | FIELD_LIST = 4 |
|
int | CREATE_DB = 5 |
|
int | DROP_DB = 6 |
|
int | REFRESH = 7 |
|
int | SHUTDOWN = 8 |
|
int | STATISTICS = 9 |
|
int | PROCESS_INFO = 10 |
|
int | CONNECT = 11 |
|
int | PROCESS_KILL = 12 |
|
int | DEBUG = 13 |
|
int | PING = 14 |
|
int | TIME = 15 |
|
int | DELAYED_INSERT = 16 |
|
int | CHANGE_USER = 17 |
|
int | BINLOG_DUMP = 18 |
|
int | TABLE_DUMP = 19 |
|
int | CONNECT_OUT = 20 |
|
int | REGISTER_SLAVE = 21 |
|
int | STMT_PREPARE = 22 |
|
int | STMT_EXECUTE = 23 |
|
int | STMT_SEND_LONG_DATA = 24 |
|
int | STMT_CLOSE = 25 |
|
int | STMT_RESET = 26 |
|
int | SET_OPTION = 27 |
|
int | STMT_FETCH = 28 |
|
int | DAEMON = 29 |
|
int | END = 30 |
|
Definition at line 43 of file command.py.
The documentation for this class was generated from the following file:
- plugin/mysql_protocol/prototest/prototest/mysql/command.py