1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-9058: protocol: COM_MULTI command (part 2)

simple COM_MULTI support (no prepared statements chain yet).
This commit is contained in:
Oleksandr Byelkin
2016-01-05 20:44:45 +01:00
parent e5377457d8
commit fd1b7d0f59
9 changed files with 217 additions and 40 deletions

View File

@ -5365,6 +5365,10 @@ public:
Do not check that wsrep snapshot is ready before allowing this command
*/
#define CF_SKIP_WSREP_CHECK (1U << 2)
/**
Do not allow it for COM_MULTI batch
*/
#define CF_NO_COM_MULTI (1U << 3)
/* Inline functions */