mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@ -5726,11 +5726,15 @@ public:
|
||||
sent by the user (ie: stored procedure).
|
||||
*/
|
||||
#define CF_SKIP_QUESTIONS (1U << 1)
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
/**
|
||||
Do not check that wsrep snapshot is ready before allowing this command
|
||||
*/
|
||||
#define CF_SKIP_WSREP_CHECK (1U << 2)
|
||||
#else
|
||||
#define CF_SKIP_WSREP_CHECK 0
|
||||
#endif /* WITH_WSREP */
|
||||
|
||||
/**
|
||||
Do not allow it for COM_MULTI batch
|
||||
*/
|
||||
|
Reference in New Issue
Block a user