Commit ca9d9029 authored by Marko Mäkelä's avatar Marko Mäkelä

Partially revert commit 2a729b5f

Define CF_SKIP_WSREP_CHECK only once.
parent c7045231
......@@ -5475,14 +5475,6 @@ class select_dumpvar :public select_result_interceptor {
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 check that wsrep snapshot is ready before allowing this command
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment