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:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user