summaryrefslogtreecommitdiff
path: root/sql/rpl_parallel.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-05-271-3/+3
|\
| * MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-261-3/+3
* | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-10-011-0/+16
|\ \ | |/
| * Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-10-011-0/+16
| |\
| | * MDEV-20645: Replication consistency is broken as workers miss the error notif...Sujatha2019-09-301-0/+16
* | | Merge 10.2 into 10.3Marko Mäkelä2018-10-111-11/+21
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-10-111-11/+21
| |\ \ | | |/
| | * MDEV-17346 parallel slave start and stop races to workers disappearedAndrei Elkin2018-10-081-3/+22
* | | MDEV-16286 Killed CREATE SEQUENCE leaves sequence in unusable stateMonty2018-05-271-8/+4
* | | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-071-0/+2
* | | Add likely/unlikely to speed up executionMonty2018-05-071-11/+11
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-1/+36
|\ \ \ | |/ /
| * | MDEV-12746 rpl.rpl_parallel_optimistic_nobinlog fails committingAndrei Elkin2018-03-131-2/+37
* | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-1/+1
* | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-291-1/+10
|\ \ \ | |/ /
| * | Fix for MDEV-12730Monty2018-01-241-1/+10
* | | Changed from using LOCK_log to LOCK_binlog_end_pos for binary logMonty2017-12-181-3/+1
* | | Removed not used lock argument from read_log_eventMonty2017-12-181-1/+1
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-1/+1
|\ \ \ | |/ /
| * | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
* | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-6/+2
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-6/+2
| |\ \ | | |/
| | * MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-6/+2
* | | New option for slow logging (log_slow_disable_statements)Monty2017-08-241-2/+1
* | | Safety fix: lock binlog_end_pos before calling signal_updateMichael Widenius2017-08-241-0/+2
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* | | 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