summaryrefslogtreecommitdiff
path: root/sql/rpl_gtid.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-03-231-6/+3
|\
| * gtid_pos_table: my_atomic to std::atomicSergey Vojtovich2020-03-211-4/+1
| * default_gtid_pos_table: my_atomic to std::atomicSergey Vojtovich2020-03-211-1/+1
* | perfschema - various collateral cleanups and small changesSergei Golubchik2020-03-101-0/+2
|/
* 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 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | * | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-1/+1
| | |\ \ | | | |/
* | | | Move deletion of old GTID rows to slave background threadKristian Nielsen2018-12-071-3/+9
|/ / /
* | | Merge branch 'gtid_table_garbage_rows' into gtid_table_garbage_rows_10.3Kristian Nielsen2018-10-071-1/+1
|\ \ \ | | |/ | |/|
| * | Fix accumulation of old rows in mysql.gtid_slave_posKristian Nielsen2018-10-071-1/+1
* | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-1/+1
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-0/+9
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-291-0/+9
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211-0/+9
| | |\ \ | | | |/
| | | * MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain IDAndrei Elkin2017-11-151-0/+9
* | | | MDEV-12179 post-merge fixes.Kristian Nielsen2017-07-031-3/+3
* | | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-07-031-3/+61
|\ \ \ \ | |/ / / |/| | |
| * | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-05-101-2/+5
| * | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-211-0/+5
| * | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-211-1/+9
| * | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-211-1/+24
| * | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-211-5/+13
| * | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-211-0/+11
| |/ /
* | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-2/+2
* | | Change "static int" to enum in classesMichael Widenius2017-04-181-2/+6
|/ /
* | Final fixes for Memory_usedMonty2016-04-281-1/+2
|/
* Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-3/+0
|\
| * Fixes to get all test to run on MacosX Lion 10.7Monty2015-11-291-3/+0
* | Merge MDEV-6589 and MDEV-6403 into 10.1.Kristian Nielsen2015-03-041-0/+2
|\ \ | |/
| * MDEV-6403: Temporary tables lost at STOP SLAVE in GTID mode if master has not...Kristian Nielsen2015-03-041-0/+1
| * MDEV-6589: Incorrect relay log start position when restarting SQL thread afte...Kristian Nielsen2015-03-041-0/+1
* | MDEV-4987: Sort by domain_id when list of GTIDs are outputNirbhay Choubey2015-02-271-1/+10
* | MDEV-6593 : domain_id based replication filtersNirbhay Choubey2014-12-031-1/+1
|/
* MDEV-5804: If same GTID is received on multiple master connections in multi-s...unknown2014-03-121-4/+5
* MDEV-5804: If same GTID is received on multiple master connections in multi-s...unknown2014-03-091-2/+20
* MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.unknown2014-02-081-45/+59
* MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.unknown2014-02-071-3/+56
* MDEV-5306: Missing locking around rpl_global_gtid_binlog_stateunknown2013-11-181-1/+4
* Merge MDEV-4506: Parallel replication into 10.0-base.unknown2013-11-011-4/+2
|\
| * MDEV-5189: Incorrect parallel apply in parallel replicationunknown2013-10-251-3/+1
| * MDEV-4506: Parallel replication. Intermediate commit.unknown2013-07-031-1/+1
* | MDEV-26: Global transaction ID.unknown2013-08-231-0/+3
* | MDEV-4488: When master is on the list of ignore_server_ids, GTID position on ...unknown2013-08-221-0/+2
* | MDEV-4820: Empty master does not give error for slave GTID position that does...unknown2013-08-161-1/+9
* | MDEV-4686: Temporary variable for sub_id is 32-bit, should be 64-bitunknown2013-06-201-1/+1
|/
* MDEV-26: Global transaction ID.unknown2013-06-051-0/+4
* MDEV-4485: Incorrect error handling in record_gtid().unknown2013-05-291-0/+1
* MDEV-4478: Implement GTID "strict mode"unknown2013-05-281-2/+11