diff options
author | sjaakola <seppo.jaakola@iki.fi> | 2015-04-21 16:22:53 +0300 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2015-09-09 21:20:34 -0400 |
commit | c66609017b25bf066008a3dec9e3ecd00fc5ce8b (patch) | |
tree | 9d4ba1a5f17226a9cabc0e8bfd1b704bd9bdde91 /sql/wsrep_mysqld.h | |
parent | 045b31c8f45079f617ff6c8a1da09710979bc5f8 (diff) | |
download | mariadb-git-c66609017b25bf066008a3dec9e3ecd00fc5ce8b.tar.gz |
Refs codership/mysql-wsrep#113
Protecting non replicated FLUSH session from brute force aborts
Diffstat (limited to 'sql/wsrep_mysqld.h')
-rw-r--r-- | sql/wsrep_mysqld.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |