From ca9d9029e607bb9cc09ecaa295e4a09682b9f485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Wed, 21 Mar 2018 12:32:38 +0200 Subject: [PATCH] Partially revert commit 2a729b5f4b14f9f04cf81e1d8dd4eec4ad6cb7cd Define CF_SKIP_WSREP_CHECK only once. --- sql/sql_class.h | 8 -------- 1 file changed, 8 deletions(-) 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