summaryrefslogtreecommitdiff
path: root/include/mysql.h.pp
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2017-04-07 15:38:01 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2017-06-14 12:02:54 +0200
commit91ae1258ee29405c0e7c6c196aef2e870c11ec01 (patch)
treee179fd618362f45b98a084cb3a5e8076f8f703c3 /include/mysql.h.pp
parente813fe862226554cfe31754b3dfeafbb2b9a7159 (diff)
downloadmariadb-git-91ae1258ee29405c0e7c6c196aef2e870c11ec01.tar.gz
MDEV-12471: BULK Command
BULK execution moved to a new command.
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r--include/mysql.h.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp
index 517516aeb30..9c5d9fa4303 100644
--- a/include/mysql.h.pp
+++ b/include/mysql.h.pp
@@ -12,7 +12,8 @@ enum enum_server_command
COM_UNIMPLEMENTED,
COM_RESET_CONNECTION,
COM_MDB_GAP_BEG,
- COM_MDB_GAP_END=250,
+ COM_MDB_GAP_END=249,
+ COM_STMT_BULK_EXECUTE=250,
COM_SLAVE_WORKER=251,
COM_SLAVE_IO=252,
COM_SLAVE_SQL=253,