Partially revert commit 2a729b5f4b14f9f04cf81e1d8dd4eec4ad6cb7cd
Define CF_SKIP_WSREP_CHECK only once.
This commit is contained in:
parent
c704523195
commit
ca9d9029e6
@ -5475,14 +5475,6 @@ public:
|
|||||||
sent by the user (ie: stored procedure).
|
sent by the user (ie: stored procedure).
|
||||||
*/
|
*/
|
||||||
#define CF_SKIP_QUESTIONS (1U << 1)
|
#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 check that wsrep snapshot is ready before allowing this command
|
Do not check that wsrep snapshot is ready before allowing this command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user