From eb872ceb2710034eb507bfb7f5133022d814c59f Mon Sep 17 00:00:00 2001 From: Teemu Ollakka Date: Sat, 6 Apr 2019 12:33:51 +0300 Subject: Fixed wsrep replaying for stored procedures (#1256) - Changed replaying to always allocate a separate THD object for applying log events. This is to avoid tampering original THD state during replay process. - Return success from sp_instr_stmt::exec_core() if replaying succeeds. - Do not push warnings/errors into diagnostics area if the transaction must be replayed. This is to avoid reporting transient errors to the client. Added two tests galera_sp_bf_abort, galera_sp_insert_parallel. Wsrep-lib position updated. --- wsrep-lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsrep-lib') diff --git a/wsrep-lib b/wsrep-lib index ae746fb2895..e9dafb73734 160000 --- a/wsrep-lib +++ b/wsrep-lib @@ -1 +1 @@ -Subproject commit ae746fb28957140fb996a4aaf994baea58bd5287 +Subproject commit e9dafb73734d71ab55078b34748e54f139aec827 -- cgit v1.2.1