diff options
author | Teemu Ollakka <teemu.ollakka@galeracluster.com> | 2019-02-19 14:08:29 +0200 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2019-02-25 08:31:52 +0200 |
commit | 6edfeb82fdf95f753b1ee4a1858ddc7740eaaab1 (patch) | |
tree | a3b1c58a0703c87e92bf0eb8cd246e66f5b19450 /wsrep-lib | |
parent | 31b65d3dd211826b194a9a2e6894816ccd05b707 (diff) | |
download | mariadb-git-6edfeb82fdf95f753b1ee4a1858ddc7740eaaab1.tar.gz |
Fixes to streaming replication BF aborts
The InnoDB DeadlockChecker::check_and_resolve() was missing a
call to wsrep_handle_SR_rollback() in the case when the
transaction running deadlock detection was chosen as victim.
Refined wsrep_handle_SR_rollback() to skip store_globals() calls
if the transaction was BF aborting itself.
Made mysql-wsrep-features#165 more deterministic by waiting until
the update is in progress before sending next update.
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 0b09871ad5a10a773c4cbad28e681021d8d234b +Subproject ab0e5f5d776f1bb7472a6c7e50c475312e562bf |