Skip to content
Permalink
Browse files
Fix another double WSREP_ISOLATION_BEGIN merge error
  • Loading branch information
vuvova committed Jun 20, 2018
1 parent 04c4745 commit 4468296
Showing 1 changed file with 0 additions and 1 deletion.
@@ -2263,7 +2263,6 @@ bool mysql_uninstall_plugin(THD *thd, const LEX_STRING *name,

if (!opt_noacl && check_table_access(thd, DELETE_ACL, &tables, FALSE, 1, FALSE))
DBUG_RETURN(TRUE);
WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL);

WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL)

0 comments on commit 4468296

Please sign in to comment.