summaryrefslogtreecommitdiff
path: root/sql/rpl_rli.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-12-02 16:16:29 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2020-12-02 16:16:29 +0200
commit24ec8eaf66ecd864529309c5edcb8dd6b685f2aa (patch)
tree092e6e25b30833ee3521d1179b1b8767db020981 /sql/rpl_rli.cc
parent589cf8dbf3accf57673d7e2f7a4435f7eaf33565 (diff)
downloadmariadb-git-24ec8eaf66ecd864529309c5edcb8dd6b685f2aa.tar.gz
MDEV-15532 after-merge fixes from Monty
The Galera tests were massively failing with debug assertions.
Diffstat (limited to 'sql/rpl_rli.cc')
-rw-r--r--sql/rpl_rli.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_rli.cc b/sql/rpl_rli.cc
index 39b2fa38515..bcdff1e33a8 100644
--- a/sql/rpl_rli.cc
+++ b/sql/rpl_rli.cc
@@ -1675,7 +1675,7 @@ end:
{
*out_hton= table->s->db_type();
close_thread_tables(thd);
- thd->mdl_context.release_transactional_locks();
+ thd->mdl_context.release_transactional_locks(thd);
}
return err;
}