summaryrefslogtreecommitdiff
path: root/sql/rpl_parallel.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-07-031-2/+2
|\
| * MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-231-2/+2
* | Merge 10.1 into 10.2Marko Mäkelä2017-04-281-1/+2
|\ \ | |/ |/|
| * Merge 10.0 into 10.1Marko Mäkelä2017-04-211-1/+2
| |\
| | * MDEV-11201: gtid_ignore_duplicates incorrectly ignores statements when GTID r...Kristian Nielsen2017-04-101-1/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-34/+91
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2017-03-211-4/+3
| |\ \ | | |/
| | * Removed wrong assertMonty2017-03-161-4/+3
| * | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-34/+92
| |\ \ | | |/
| | * 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
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-1/+0
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-1/+0
| |\ \ | | |/
| | * Fix incorrect reading of events from relaylog in parallel replication.Kristian Nielsen2016-11-161-1/+0
* | | MDEV-11065: Compressed binary logKristian Nielsen2016-10-201-2/+2
* | | MDEV-7145: Delayed replicationKristian Nielsen2016-10-161-5/+12
|\ \ \
| * | | MDEV-7145: Delayed slave.Kristian Nielsen2016-10-141-2/+11
| |/ /
| * | Remove unnecessary global mutex in parallel replication.Kristian Nielsen2016-10-141-3/+1
* | | Merge parallel replication async deadlock kill into 10.2.Kristian Nielsen2016-09-091-4/+26
|\ \ \ | |/ /
| * | Parallel replication async deadlock killKristian Nielsen2016-09-081-4/+26
| * | Removed some not needed when doing delete thd, which caused warnings aboutMonty2016-04-281-2/+3
* | | Better SHOW PROCESSLIST for replicationMonty2016-08-291-1/+12
* | | Reuse THD for new user connectionsMonty2016-06-041-2/+1
* | | Cleanups:Monty2016-04-051-1/+0
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-3/+3
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-3/+3
| |\ \ | | |/
| | * Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-3/+3
* | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-6/+4
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-7/+16
|\ \ | |/
| * 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
* | Merge branch 'mdev7818-4' into 10.1Kristian Nielsen2015-11-131-77/+339
|\ \ | |/
| * 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
* | Merge MDEV-8193 into 10.1Kristian Nielsen2015-09-111-1/+1
|\ \ | |/
| * MDEV-8193: UNTIL clause in START SLAVE is sporadically disobeyed by parallel ...Kristian Nielsen2015-09-111-1/+1
* | MDEV-8264 encryption for binlogSergei Golubchik2015-09-041-2/+12
* | Merge MDEV-8725 into 10.1Kristian Nielsen2015-09-021-8/+33
|\ \ | |/
| * MDEV-8725: Assertion `!(thd->rgi_slave && thd-> rgi_slave->did_mark_start_com...Kristian Nielsen2015-09-021-8/+33
* | Merge MDEV-8302 into 10.1Kristian Nielsen2015-08-041-4/+35
|\ \ | |/
| * MDEV-8302: Duplicate key with parallel replicationKristian Nielsen2015-08-041-4/+35
* | Merge MDEV-8147 into 10.1Kristian Nielsen2015-05-261-14/+19
|\ \ | |/
| * MDEV-8147: Assertion `m_lock_type == 2' failed in handler::ha_close() during ...Kristian Nielsen2015-05-261-14/+19
* | MDEV-8001 - mysql_reset_thd_for_next_command() takes 0.04% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* | MDEV-8113: Parallel slave: slave hangs on ALTER TABLE (or other DDL) as the f...Kristian Nielsen2015-05-111-0/+5
* | Merge MDEV-8031 into 10.1Kristian Nielsen2015-04-231-14/+65
|\ \ | |/
| * 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
| |\