mariadb/storage
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
..
archive 5.5.38 merge 2014-06-06 00:07:27 +02:00
blackhole * move bas_ext from the handler to the handlerton 2013-04-07 17:08:49 +02:00
cassandra MDEV-5404 Can't free data returned by mariadb_dyncol_unpack on windows 2014-03-19 09:58:18 +01:00
connect MDEV-5867 ALTER TABLE t1 ENGINE=InnoDB keeps bad options when t1 ENGINE is CONNECT 2014-07-08 19:39:27 +02:00
csv MySQL WL#5522 - InnoDB transportable tablespaces. 2014-02-02 10:06:29 +01:00
example 5.5 merge 2014-05-09 12:35:11 +02:00
federated remove append_escaped(), use String::append_for_single_quote() instead 2014-03-26 09:41:52 +01:00
federatedx 5.5 merge 2014-05-09 12:35:11 +02:00
heap MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replication causing replication to fail. 2014-07-08 12:54:47 +02:00
innobase MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replication causing replication to fail. 2014-07-11 12:06:47 +02:00
maria 5.5.38 merge 2014-06-06 00:07:27 +02:00
myisam Coding style fixes: remove trailing spaces. 2014-07-10 12:44:20 +04:00
myisammrg 5.5 merge 2014-05-09 12:35:11 +02:00
ndb mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
oqgraph 5.5 merge 2014-05-09 12:35:11 +02:00
perfschema MDEV-6249 mark P_S STABLE and disable it by default 2014-06-09 20:00:23 +02:00
sequence promote server_audit and sequence plugins to stable 2014-06-13 13:25:32 +02:00
sphinx update plugins' maturity levels: 2014-03-19 09:56:46 +01:00
spider fix wrong result for Spider test 2014-06-10 02:50:33 +09:00
test_sql_discovery MDEV-4955 discover of table non-existance on CREATE 2014-02-27 22:43:42 +01:00
tokudb merge of MDEV-6047 2014-06-09 13:47:20 +03:00
xtradb MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replication causing replication to fail. 2014-07-11 12:06:47 +02:00