mariadb/storage/xtradb/handler
Kristian Nielsen 501c56ef1e MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replication causing replication to fail.
Merge the patches into MariaDB 10.0 main.

With this patch, parallel replication will now automatically retry a
transaction that fails due to deadlock or other temporary error, same as
single-threaded replication.

We catch deadlocks with InnoDB transactions due to enforced commit order. If
T1 must commit before T2 in parallel replication and T1 ends up waiting for T2
inside InnoDB, we kill T2 and retry it later to resolve the deadlock
automatically.
2014-07-11 12:06:47 +02:00
..
ha_innodb.cc MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replication causing replication to fail. 2014-07-11 12:06:47 +02:00
ha_innodb.h Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
handler0alter.cc MDEV-6288: Innodb causes server crash after disk full, then can't 2014-07-03 14:55:03 +03:00
i_s.cc MDEV-4791: Assertion range_end >= range_start fails in log0online.c 2014-05-09 11:43:53 +03:00
i_s.h Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00
xtradb_i_s.cc Percona-Server-5.6.15-rel63.0.tar.gz merge 2014-02-26 19:21:23 +01:00
xtradb_i_s.h Percona-Server-5.6.14-rel62.0 merge 2013-12-22 17:06:50 +01:00