Hi Brandon, any other interested,

Here are 3 fixes to critical replication issues that I'm planning to fix in 
10.6.
Let me know if you have any comments.

 - Kristian.

Kristian Nielsen (3):
  MDEV-38776 [ERROR] Slave worker thread retried transaction 10 time(s)
    in vain, giving up
  MDEV-37133: Fix parallel replication stalls due to missing wait report
  MDEV-38731: Wrong index usage when row-based replication and no PK

 .../suite/perfschema/r/threads_mysql.result   |  12 ++
 mysql-test/suite/rpl/r/rpl_mdev38731.result   |  20 +++
 mysql-test/suite/rpl/t/rpl_mdev38731.test     |  21 +++
 .../r/pr_ps_setup_show_enabled.result         |   2 +
 sql/log_event_server.cc                       |   6 +-
 sql/mysqld.cc                                 |  20 ++-
 sql/mysqld.h                                  |   6 +-
 sql/slave.cc                                  | 138 ++++++++++++++++--
 storage/innobase/lock/lock0lock.cc            |  19 ++-
 9 files changed, 219 insertions(+), 25 deletions(-)
 create mode 100644 mysql-test/suite/rpl/r/rpl_mdev38731.result
 create mode 100644 mysql-test/suite/rpl/t/rpl_mdev38731.test

-- 
2.47.3

_______________________________________________
commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to