Skip to content
Permalink
Browse files
Partially revert commit 2a729b5
Define CF_SKIP_WSREP_CHECK only once.
  • Loading branch information
dr-m committed Mar 21, 2018
1 parent c704523 commit ca9d902
Showing 1 changed file with 0 additions and 8 deletions.
@@ -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

0 comments on commit ca9d902

Please sign in to comment.