From 63c5bee535f0827721484c93a2ba8798437fadf5 Mon Sep 17 00:00:00 2001 From: sjaakola Date: Tue, 28 Apr 2015 20:38:25 +0300 Subject: Refs codership/mysql-wsrep#113 - Extended the protection of local FLUSH sessions to cover all exclusive MDL locks --- sql/sql_class.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/sql_class.cc') diff --git a/sql/sql_class.cc b/sql/sql_class.cc index af03a3b10b3..4ce99da7c7d 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -861,7 +861,6 @@ extern "C" const char *wsrep_thd_exec_mode_str(THD *thd) return (!thd) ? "void" : (thd->wsrep_exec_mode == LOCAL_STATE) ? "local" : - (thd->wsrep_exec_mode == LOCAL_FLUSH) ? "flush" : (thd->wsrep_exec_mode == REPL_RECV) ? "applier" : (thd->wsrep_exec_mode == TOTAL_ORDER) ? "total order" : (thd->wsrep_exec_mode == LOCAL_COMMIT) ? "local commit" : "void"; -- cgit v1.2.1