| Commit message (Expand) | Author | Age | Files | Lines |
* | MDEV-11201: gtid_ignore_duplicates incorrectly ignores statements when GTID r... | Kristian Nielsen | 2017-04-10 | 1 | -1/+2 |
* | Removed wrong assert | Monty | 2017-03-16 | 1 | -4/+3 |
* | Fixed hang doing FLUSH TABLES WITH READ LOCK and parallel replication | Monty | 2017-02-28 | 1 | -29/+13 |
* | Added a separate lock for start/stop/reset slave. | Monty | 2017-02-28 | 1 | -7/+21 |
* | MDEV-9573 'Stop slave' hangs on replication slave | Monty | 2017-02-28 | 1 | -1/+61 |
* | Fix incorrect reading of events from relaylog in parallel replication. | Kristian Nielsen | 2016-11-16 | 1 | -1/+0 |
* | Fix spelling: occurred, execute, which etc | Otto Kekäläinen | 2016-03-04 | 1 | -3/+3 |
* | Fixes to get all test to run on MacosX Lion 10.7 | Monty | 2015-11-29 | 1 | -1/+1 |
* | Fixed failures in rpl_parallel2 | Monty | 2015-11-23 | 1 | -6/+15 |
* | MDEV-7818: Deadlock occurring with parallel replication and FTWRL | Kristian Nielsen | 2015-11-13 | 1 | -15/+260 |
* | MDEV-7818: Deadlock occurring with parallel replication and FTWRL | Kristian Nielsen | 2015-11-13 | 1 | -62/+76 |
* | Change Seconds_behind_master to be updated only at commit in parallel replica... | Kristian Nielsen | 2015-11-13 | 1 | -0/+3 |
* | MDEV-8193: UNTIL clause in START SLAVE is sporadically disobeyed by parallel ... | Kristian Nielsen | 2015-09-11 | 1 | -1/+1 |
* | MDEV-8725: Assertion `!(thd->rgi_slave && thd-> rgi_slave->did_mark_start_com... | Kristian Nielsen | 2015-09-02 | 1 | -8/+33 |
* | MDEV-8302: Duplicate key with parallel replication | Kristian Nielsen | 2015-08-04 | 1 | -4/+35 |
* | MDEV-8147: Assertion `m_lock_type == 2' failed in handler::ha_close() during ... | Kristian Nielsen | 2015-05-26 | 1 | -14/+19 |
* | MDEV-8031: Parallel replication stops on "connection killed" error (probably ... | Kristian Nielsen | 2015-04-23 | 1 | -14/+65 |
* | Merge MDEV-7888 and MDEV-7929 into 10.0. | Kristian Nielsen | 2015-04-08 | 1 | -1/+17 |
|\ |
|
| * | MDEV-7888, MDEV-7929: Parallel replication hangs sometimes on ANALYZE TABLE o... | Kristian Nielsen | 2015-04-08 | 1 | -1/+17 |
* | | Merge MDEV-7847 and MDEV-7882 into 10.0. | Kristian Nielsen | 2015-03-30 | 1 | -12/+43 |
|\ \
| |/ |
|
| * | MDEV-7847: "Slave worker thread retried transaction 10 time(s) in vain, givin... | Kristian Nielsen | 2015-03-30 | 1 | -9/+15 |
| * | MDEV-7882: Excessive transaction retry in parallel replication | Kristian Nielsen | 2015-03-30 | 1 | -3/+28 |
* | | MDEV-5289: master server starts slave parallel threads | Kristian Nielsen | 2015-03-11 | 1 | -37/+26 |
* | | Merge MDEV-6589 and MDEV-6403 into 10.0. | Kristian Nielsen | 2015-03-04 | 1 | -3/+95 |
|\ \ |
|
| * | | MDEV-6589: Incorrect relay log start position when restarting SQL thread afte... | Kristian Nielsen | 2015-03-04 | 1 | -3/+95 |
| |/ |
|
* | | MDEV-7335: Potential parallel slave deadlock with specific binlog corruption | Kristian Nielsen | 2015-02-24 | 1 | -14/+17 |
|/ |
|
* | MDEV-7326: Server deadlock in connection with parallel replication | Kristian Nielsen | 2015-01-07 | 1 | -45/+63 |
* | Fix typo that breaks compilation on platforms without atomics. | Kristian Nielsen | 2014-12-12 | 1 | -2/+2 |
* | MDEV-7237: Parallel replication: incorrect relaylog position after stop/start... | Kristian Nielsen | 2014-12-01 | 1 | -0/+8 |
* | MDEV-7121: Parallel slave may hang if master crashes in the middle of writing... | Kristian Nielsen | 2014-11-17 | 1 | -0/+1 |
* | MDEV-7065: Incorrect relay log position in parallel replication after retry o... | Kristian Nielsen | 2014-11-13 | 1 | -1/+13 |
* | MDEV-6680: Performance of domain_parallel replication is disappointing | Kristian Nielsen | 2014-11-13 | 1 | -90/+140 |
* | MDEV-6718: Server crashed in Gtid_log_event::Gtid_log_event with parallel rep... | Kristian Nielsen | 2014-11-13 | 1 | -3/+18 |
* | MDEV-7102: Incorrect PSI_stage_info message in SHOW PROCESSLIST during parall... | Kristian Nielsen | 2014-11-13 | 1 | -1/+1 |
* | compilation fixes for WITH_ATOMIC_OPS=rwlocks | Sergei Golubchik | 2014-09-08 | 1 | -5/+4 |
* | MDEV-6321: close_temporary_tables() in format description event not serialise... | Kristian Nielsen | 2014-08-20 | 1 | -4/+11 |
* | MDEV-6321: close_temporary_tables() in format description event not serialise... | Kristian Nielsen | 2014-08-19 | 1 | -0/+81 |
* | MDEV-6321: close_temporary_tables() in format description event not serialise... | Kristian Nielsen | 2014-07-02 | 1 | -0/+48 |
* | MDEV-6551: Some replication errors are ignored if slave_parallel_threads > 0 | Kristian Nielsen | 2014-08-15 | 1 | -7/+23 |
* | MDEV-6549, failing to update gtid_slave_pos for a transaction that was retried. | Kristian Nielsen | 2014-08-13 | 1 | -0/+9 |
* | MDEV-6435: Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_e... | Kristian Nielsen | 2014-07-10 | 1 | -1/+4 |
* | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel replica... | Kristian Nielsen | 2014-07-08 | 1 | -2/+1 |
* | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel | unknown | 2014-06-10 | 1 | -42/+5 |
* | MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallel | unknown | 2014-06-03 | 1 | -20/+115 |
* | MDEV-5262: Missing retry after temp error in parallel replication | unknown | 2014-05-15 | 1 | -43/+111 |
* | MDEV-5262: Missing retry after temp error in parallel replication | unknown | 2014-05-13 | 1 | -25/+48 |
* | MDEV-5262: Missing retry after temp error in parallel replication | unknown | 2014-05-08 | 1 | -13/+150 |
* | MDEV-6386: Assertion `thd->transaction.stmt.is_empty() || thd->in_sub_stmt ||... | Kristian Nielsen | 2014-06-27 | 1 | -2/+2 |
* | MDEV-6120: When slave stops with error, error message should indicate the fai... | Kristian Nielsen | 2014-06-25 | 1 | -6/+8 |
* | MDEV-6156: Parallel replication incorrectly caches charset between worker thr... | unknown | 2014-04-25 | 1 | -1/+3 |