From ba3d26d3ab1bd7a58bb7455dc57c458e12eb72eb Mon Sep 17 00:00:00 2001 From: sjaakola Date: Sun, 26 Feb 2017 23:48:32 +0200 Subject: [PATCH] Refs: MW-360 * fixes required in pull request review --- sql/sql_table.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/sql_table.cc b/sql/sql_table.cc index e2b16d402bf..f789df26475 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -2110,6 +2110,7 @@ bool mysql_rm_table(THD *thd,TABLE_LIST *tables, my_bool if_exists, DBUG_RETURN(TRUE); my_ok(thd); DBUG_RETURN(FALSE); + } @@ -2674,7 +2675,7 @@ err: end: #ifdef WITH_WSREP - thd->wsrep_skip_wsrep_GTID = false; + thd->wsrep_skip_wsrep_GTID = false; #endif /* WITH_WSREP */ DBUG_RETURN(error); }