mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-9058: protocol: COM_MULTI command (part 2)
simple COM_MULTI support (no prepared statements chain yet).
This commit is contained in:
@@ -235,6 +235,8 @@ enum enum_server_command
|
||||
#define MARIADB_CLIENT_FLAGS_MASK 0xffffffff00000000ULL
|
||||
/* Client support progress indicator */
|
||||
#define MARIADB_CLIENT_PROGRESS (1ULL << 32)
|
||||
/* support COM_MULTI */
|
||||
#define MARIADB_CLIENT_COM_MULTI (1ULL << 33)
|
||||
|
||||
#ifdef HAVE_COMPRESS
|
||||
#define CAN_CLIENT_COMPRESS CLIENT_COMPRESS
|
||||
@@ -271,7 +273,8 @@ enum enum_server_command
|
||||
MARIADB_CLIENT_PROGRESS | \
|
||||
CLIENT_PLUGIN_AUTH | \
|
||||
CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA | \
|
||||
CLIENT_CONNECT_ATTRS)
|
||||
CLIENT_CONNECT_ATTRS |\
|
||||
MARIADB_CLIENT_COM_MULTI)
|
||||
|
||||
/*
|
||||
To be added later:
|
||||
|
Reference in New Issue
Block a user