diff options
author | Teemu Ollakka <teemu.ollakka@galeracluster.com> | 2019-04-06 12:33:51 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2019-04-06 12:33:51 +0300 |
commit | eb872ceb2710034eb507bfb7f5133022d814c59f (patch) | |
tree | 26af870c685195ed480498bebccf2603272c9fc0 /wsrep-lib | |
parent | fe62ff6e1c8d6931935a0f9a10613abf93e3668f (diff) | |
download | mariadb-git-eb872ceb2710034eb507bfb7f5133022d814c59f.tar.gz |
Fixed wsrep replaying for stored procedures (#1256)mariadb-10.4.4
- 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.
Diffstat (limited to 'wsrep-lib')
m--------- | wsrep-lib | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/wsrep-lib b/wsrep-lib -Subproject ae746fb28957140fb996a4aaf994baea58bd528 +Subproject e9dafb73734d71ab55078b34748e54f139aec82 |