mirror of
https://github.com/MariaDB/server.git
synced 2025-08-21 16:03:24 +03:00
MDEV-9058: protocol: COM_MULTI command (part 1)
Adding a command from the end of avaliable commands numering space (254)
This commit is contained in:
@@ -9,6 +9,9 @@ enum enum_server_command
|
||||
COM_TABLE_DUMP, COM_CONNECT_OUT, COM_REGISTER_SLAVE,
|
||||
COM_STMT_PREPARE, COM_STMT_EXECUTE, COM_STMT_SEND_LONG_DATA, COM_STMT_CLOSE,
|
||||
COM_STMT_RESET, COM_SET_OPTION, COM_STMT_FETCH, COM_DAEMON,
|
||||
COM_MDB_GAP_BEG,
|
||||
COM_MDB_GAP_END=253,
|
||||
COM_MULTI,
|
||||
COM_END
|
||||
};
|
||||
struct st_vio;
|
||||
|
Reference in New Issue
Block a user