summaryrefslogtreecommitdiff
path: root/sql/rpl_parallel.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11201: gtid_ignore_duplicates incorrectly ignores statements when GTID r...Kristian Nielsen2017-04-101-1/+2
* Removed wrong assertMonty2017-03-161-4/+3
* Fixed hang doing FLUSH TABLES WITH READ LOCK and parallel replicationMonty2017-02-281-29/+13
* Added a separate lock for start/stop/reset slave.Monty2017-02-281-7/+21
* MDEV-9573 'Stop slave' hangs on replication slaveMonty2017-02-281-1/+61
* Fix incorrect reading of events from relaylog in parallel replication.Kristian Nielsen2016-11-161-1/+0
* Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-3/+3
* Fixes to get all test to run on MacosX Lion 10.7Monty2015-11-291-1/+1
* Fixed failures in rpl_parallel2Monty2015-11-231-6/+15
* MDEV-7818: Deadlock occurring with parallel replication and FTWRLKristian Nielsen2015-11-131-15/+260
* MDEV-7818: Deadlock occurring with parallel replication and FTWRLKristian Nielsen2015-11-131-62/+76
* Change Seconds_behind_master to be updated only at commit in parallel replica...Kristian Nielsen2015-11-131-0/+3
* MDEV-8193: UNTIL clause in START SLAVE is sporadically disobeyed by parallel ...Kristian Nielsen2015-09-111-1/+1
* MDEV-8725: Assertion `!(thd->rgi_slave && thd-> rgi_slave->did_mark_start_com...Kristian Nielsen2015-09-021-8/+33
* MDEV-8302: Duplicate key with parallel replicationKristian Nielsen2015-08-041-4/+35
* MDEV-8147: Assertion `m_lock_type == 2' failed in handler::ha_close() during ...Kristian Nielsen2015-05-261-14/+19
* MDEV-8031: Parallel replication stops on "connection killed" error (probably ...Kristian Nielsen2015-04-231-14/+65
* Merge MDEV-7888 and MDEV-7929 into 10.0.Kristian Nielsen2015-04-081-1/+17
|\
| * MDEV-7888, MDEV-7929: Parallel replication hangs sometimes on ANALYZE TABLE o...Kristian Nielsen2015-04-081-1/+17
* | Merge MDEV-7847 and MDEV-7882 into 10.0.Kristian Nielsen2015-03-301-12/+43
|\ \ | |/
| * MDEV-7847: "Slave worker thread retried transaction 10 time(s) in vain, givin...Kristian Nielsen2015-03-301-9/+15
| * MDEV-7882: Excessive transaction retry in parallel replicationKristian Nielsen2015-03-301-3/+28
* | MDEV-5289: master server starts slave parallel threadsKristian Nielsen2015-03-111-37/+26
* | Merge MDEV-6589 and MDEV-6403 into 10.0.Kristian Nielsen2015-03-041-3/+95
|\ \
| * | MDEV-6589: Incorrect relay log start position when restarting SQL thread afte...Kristian Nielsen2015-03-041-3/+95
| |/
* | MDEV-7335: Potential parallel slave deadlock with specific binlog corruptionKristian Nielsen2015-02-241-14/+17
|/
* MDEV-7326: Server deadlock in connection with parallel replicationKristian Nielsen2015-01-071-45/+63
* Fix typo that breaks compilation on platforms without atomics.Kristian Nielsen2014-12-121-2/+2
* MDEV-7237: Parallel replication: incorrect relaylog position after stop/start...Kristian Nielsen2014-12-011-0/+8
* MDEV-7121: Parallel slave may hang if master crashes in the middle of writing...Kristian Nielsen2014-11-171-0/+1
* MDEV-7065: Incorrect relay log position in parallel replication after retry o...Kristian Nielsen2014-11-131-1/+13
* MDEV-6680: Performance of domain_parallel replication is disappointingKristian Nielsen2014-11-131-90/+140
* MDEV-6718: Server crashed in Gtid_log_event::Gtid_log_event with parallel rep...Kristian Nielsen2014-11-131-3/+18
* MDEV-7102: Incorrect PSI_stage_info message in SHOW PROCESSLIST during parall...Kristian Nielsen2014-11-131-1/+1
* compilation fixes for WITH_ATOMIC_OPS=rwlocksSergei Golubchik2014-09-081-5/+4
* MDEV-6321: close_temporary_tables() in format description event not serialise...Kristian Nielsen2014-08-201-4/+11
* MDEV-6321: close_temporary_tables() in format description event not serialise...Kristian Nielsen2014-08-191-0/+81
* MDEV-6321: close_temporary_tables() in format description event not serialise...Kristian Nielsen2014-07-021-0/+48
* MDEV-6551: Some replication errors are ignored if slave_parallel_threads > 0Kristian Nielsen2014-08-151-7/+23
* MDEV-6549, failing to update gtid_slave_pos for a transaction that was retried.Kristian Nielsen2014-08-131-0/+9
* MDEV-6435: Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_e...Kristian Nielsen2014-07-101-1/+4
* MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replica...Kristian Nielsen2014-07-081-2/+1
* MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallelunknown2014-06-101-42/+5
* MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallelunknown2014-06-031-20/+115
* MDEV-5262: Missing retry after temp error in parallel replicationunknown2014-05-151-43/+111
* MDEV-5262: Missing retry after temp error in parallel replicationunknown2014-05-131-25/+48
* MDEV-5262: Missing retry after temp error in parallel replicationunknown2014-05-081-13/+150
* MDEV-6386: Assertion `thd->transaction.stmt.is_empty() || thd->in_sub_stmt ||...Kristian Nielsen2014-06-271-2/+2
* MDEV-6120: When slave stops with error, error message should indicate the fai...Kristian Nielsen2014-06-251-6/+8
* MDEV-6156: Parallel replication incorrectly caches charset between worker thr...unknown2014-04-251-1/+3