From 36a2a185fe18d31a644da46cfabd9757a379280c Mon Sep 17 00:00:00 2001 From: Brave Galera Crew Date: Wed, 23 Jan 2019 15:30:00 +0400 Subject: Galera4 --- sql/sql_trigger.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sql/sql_trigger.cc') diff --git a/sql/sql_trigger.cc b/sql/sql_trigger.cc index b79c1a1adb1..33af220ae67 100644 --- a/sql/sql_trigger.cc +++ b/sql/sql_trigger.cc @@ -507,8 +507,7 @@ bool mysql_create_or_drop_trigger(THD *thd, TABLE_LIST *tables, bool create) } #ifdef WITH_WSREP - if (thd->wsrep_exec_mode == LOCAL_STATE) - WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL); + WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL); #endif /* We should have only one table in table list. */ -- cgit v1.2.1