1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

cleanup: introduce CF_SKIP_WSREP_CHECK

remove if() over many COM_xxx values
This commit is contained in:
Sergei Golubchik
2014-09-28 17:50:02 +02:00
parent b3469520a1
commit edd1de3d1c
2 changed files with 34 additions and 31 deletions

View File

@@ -4894,6 +4894,11 @@ public:
*/
#define CF_SKIP_QUESTIONS (1U << 1)
/**
Do not check that wsrep snapshot is ready before allowing this command
*/
#define CF_SKIP_WSREP_CHECK (1U << 2)
void mark_transaction_to_rollback(THD *thd, bool all);
/* Inline functions */