diff --git a/sql/sql_class.h b/sql/sql_class.h index b42b6ece9d4..91030145022 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -5475,14 +5475,6 @@ 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 check that wsrep snapshot is ready before allowing this command