From c66609017b25bf066008a3dec9e3ecd00fc5ce8b Mon Sep 17 00:00:00 2001 From: sjaakola Date: Tue, 21 Apr 2015 16:22:53 +0300 Subject: Refs codership/mysql-wsrep#113 Protecting non replicated FLUSH session from brute force aborts --- sql/wsrep_mysqld.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/wsrep_mysqld.h') diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h index 414284f45fd..55323d68a48 100644 --- a/sql/wsrep_mysqld.h +++ b/sql/wsrep_mysqld.h @@ -30,6 +30,8 @@ class THD; enum wsrep_exec_mode { /* Transaction processing before replication. */ LOCAL_STATE, + /* Local flush. */ + LOCAL_FLUSH, /* Slave thread applying write sets from other nodes or replaying thread. */ REPL_RECV, /* Total-order-isolation mode */ -- cgit v1.2.1