From 24ec8eaf66ecd864529309c5edcb8dd6b685f2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Wed, 2 Dec 2020 16:16:29 +0200 Subject: MDEV-15532 after-merge fixes from Monty The Galera tests were massively failing with debug assertions. --- sql/wsrep_schema.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/wsrep_schema.cc') diff --git a/sql/wsrep_schema.cc b/sql/wsrep_schema.cc index b1ad718255d..8a47bbec9b0 100644 --- a/sql/wsrep_schema.cc +++ b/sql/wsrep_schema.cc @@ -855,7 +855,7 @@ Wsrep_view Wsrep_schema::restore_view(THD* thd, const Wsrep_id& own_id) const { close_thread_tables(thd); } } - thd->mdl_context.release_transactional_locks(); + thd->release_transactional_locks(); thd->variables.wsrep_sync_wait= wsrep_sync_wait_saved; -- cgit v1.2.1