From 46c273892eb56d3ebd1fbfcdd06e5ce337ce30e7 Mon Sep 17 00:00:00 2001 From: Daniele Sciascia Date: Thu, 8 Oct 2020 13:15:18 +0200 Subject: MDEV-23623 - Fix assertion in MTR test galera_sr.GCF-1051 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix assertion `thd->in_active_multi_stmt_transaction() || thd->m_transaction_psi == __null' failed on MTR test galera_sr.GCF-1051. Add a new MTR test MDEV-23623 that reproduces the issue deterministically and update wsrep-lib submodule, containing the actual fix. Reviewed-by: Jan Lindström --- wsrep-lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsrep-lib') diff --git a/wsrep-lib b/wsrep-lib index ae4e58ba031..2da6e4894e1 160000 --- a/wsrep-lib +++ b/wsrep-lib @@ -1 +1 @@ -Subproject commit ae4e58ba031587039c8830f2f8ca51fa9fb7d6eb +Subproject commit 2da6e4894e1df5d1db51db2bbc49255e02251b9d -- cgit v1.2.1