diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2015-11-26 11:21:56 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2016-03-18 17:24:12 +0100 |
commit | e5377457d80ddd7ffe7c358c88b7e9985d45b972 (patch) | |
tree | 6b1c53de9835eb98d074bba79a1c5088536ef048 /include/mysql.h.pp | |
parent | e09299511e83f11f7476f7ea6c81ee12b00d7050 (diff) | |
download | mariadb-git-e5377457d80ddd7ffe7c358c88b7e9985d45b972.tar.gz |
MDEV-9058: protocol: COM_MULTI command (part 1)
Adding a command from the end of avaliable commands numering space (254)
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r-- | include/mysql.h.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp index 5c3a9210ce8..0c06141df6c 100644 --- a/include/mysql.h.pp +++ b/include/mysql.h.pp @@ -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; |