Skip to content
Permalink
Browse files
Fix double WSREP_ISOLATION_BEGIN merge error
  • Loading branch information
cvicentiu committed Jun 19, 2018
1 parent f5b128d commit 04c4745
Showing 1 changed file with 0 additions and 2 deletions.
@@ -2122,8 +2122,6 @@ bool mysql_install_plugin(THD *thd, const LEX_STRING *name,
DBUG_RETURN(TRUE);
WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL);

WSREP_TO_ISOLATION_BEGIN(WSREP_MYSQL_DB, NULL, NULL)

/* need to open before acquiring LOCK_plugin or it will deadlock */
if (! (table = open_ltable(thd, &tables, TL_WRITE,
MYSQL_LOCK_IGNORE_TIMEOUT)))

0 comments on commit 04c4745

Please sign in to comment.