summaryrefslogtreecommitdiff
path: root/sql/rpl_mi.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.9 into 10.10Marko Mäkelä2022-07-281-3/+17
|\
| * Merge 10.7 into 10.8Marko Mäkelä2022-07-281-1/+15
| |\
| | * Merge 10.6 into 10.7Marko Mäkelä2022-07-271-0/+14
| | |\
| | | * MDEV-28609 refine gtid-strict-mode to ignore same server-id gtid from the pastAndrei2022-07-261-0/+14
* | | | MDEV-20122: Deprecate MASTER_USE_GTID=Current_Pos to favor new MASTER_DEMOTE_...Brandon Nesterenko2022-07-261-0/+8
* | | | MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replicati...Brandon Nesterenko2022-07-261-0/+7
|/ / /
* | | MDEV-11675 Lag Free Alter On SlaveSachin2022-01-271-1/+20
|/ /
* | Merge 10.6 into 10.7Marko Mäkelä2021-10-221-0/+5
|\ \ | |/
| * Merge 10.5 into 10.6Marko Mäkelä2021-10-211-0/+5
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-10-211-0/+5
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-211-0/+5
| | | |\
| | | | * MDEV-25284: Assertion `info->type == READ_CACHE || info->type == WRITE_CACHE'...bb-10.2-MDEV-25284Brandon Nesterenko2021-10-181-0/+5
* | | | | Failed change master could leave around old relay log filesMonty2021-09-141-1/+1
|/ / / /
* | | | Change replication to use uchar for all buffers instead of charMonty2021-05-191-2/+2
* | | | MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2021-04-161-7/+7
|/ / /
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Master_info counters transition to Atomic_counterSergey Vojtovich2018-12-291-3/+3
|/ / /
* | | Mdev-10664 Add statuses about optimistic parallel replication stallsSachin Setiya2018-04-191-0/+10
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-131-2/+2
|\ \ \
| * | | Do not truncate integers on 32-bit systems in Rows_event_trackerMarko Mäkelä2018-01-131-2/+2
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-131-0/+21
|\ \ \ \ | |/ / /
| * | | Added checking that row events ends with a proper end blockAndrei Elkin2018-01-111-0/+21
* | | | MDEV-13073 This part merges the Ali semisync related changesAndrei Elkin2017-12-181-0/+5
* | | | 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-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-231-1/+1
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-06-151-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | MDEV-9544 FLUSH [RELAY] LOGS does not rotate logs for a named slaveSachin Setiya2017-06-051-0/+2
| |/ /
* | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-9/+9
|/ /
* | Merge 10.0 into 10.1Marko Mäkelä2017-03-031-4/+15
|\ \
| * | Added a separate lock for start/stop/reset slave.Monty2017-02-281-1/+3
| * | MDEV-9573 'Stop slave' hangs on replication slaveMonty2017-02-281-4/+12
| * | Back-port Master_info::using_parallel() to 10.0.Kristian Nielsen2016-11-151-0/+4
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-01-251-1/+1
|\ \ \ | |/ /
| * | Cleanup of slave code:Monty2016-01-031-1/+1
* | | cleanup: use enum_binlog_checksum_alg, not uint8Sergei Golubchik2015-09-041-1/+1
* | | Merge 10.0 -> 10.1.Kristian Nielsen2015-04-171-0/+1
|\ \ \ | |/ /
| * | MDEV-5289: master server starts slave parallel threadsKristian Nielsen2015-03-111-0/+1
* | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2015-02-071-7/+4
* | | Cleaned up code for setting slave_parallel_modeMonty2015-02-011-21/+0
* | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2014-12-061-0/+32
* | | MDEV-6593 : domain_id based replication filtersNirbhay Choubey2014-12-031-1/+118
* | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-0/+6
|\ \ \ | |/ /
| * | MDEV-6462: Slave replicating using GTID doesn't recover correctly when master...Kristian Nielsen2014-09-021-0/+6
* | | cleanup: more 'const' qualifiersSergei Golubchik2014-10-101-1/+1
|/ /
* | MDEV-6156: Parallel replication incorrectly caches charset between worker thr...unknown2014-04-251-0/+10
* | Merge 10.0-base -> 10.0Alexander Barkov2013-10-151-0/+2
|\ \