summaryrefslogtreecommitdiff
path: root/sql/rpl_gtid.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.8 into 10.9Marko Mäkelä2022-07-281-1/+2
|\
| * Merge 10.7 into 10.8Marko Mäkelä2022-07-281-1/+2
| |\
| | * MDEV-28609 refine gtid-strict-mode to ignore same server-id gtid from the pastAndrei2022-07-261-1/+2
* | | Merge branch '10.8' into 10.9mariadb-10.9.1Sergei Golubchik2022-05-191-0/+1
|\ \ \ | |/ /
| * | Merge branch '10.7' into 10.8Sergei Golubchik2022-05-111-0/+1
| |\ \ | | |/
| | * Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-0/+1
| | |\
| | | * Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-0/+1
| | | |\
| | | | * Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-0/+1
| | | | |\
| | | | | * MDEV-27697 slave must recognize incomplete replication event groupAndrei2022-04-251-0/+1
* | | | | | MDEV-20119: Implement the --do-domain-ids, --ignore-domain-ids, and --ignore-...Brandon Nesterenko2022-04-191-22/+110
|/ / / / /
* | | | | MDEV-4989: Support for GTID in mysqlbinlogBrandon Nesterenko2022-01-311-0/+12
* | | | | MDEV-4989: Support for GTID in mysqlbinlogBrandon Nesterenko2022-01-261-0/+448
|/ / / /
* | | | 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