summaryrefslogtreecommitdiff
path: root/sql/rpl_gtid.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-23/+53
|\ \ | |/
| * MDEV-14431 binlog.binlog_flush_binlogs_delete_domain failed in buildbotAndrei Elkin2018-10-161-3/+3
| * Fix build of embedded serverKristian Nielsen2018-10-131-0/+6
| * Fix accumulation of old rows in mysql.gtid_slave_posKristian Nielsen2018-10-071-20/+44
* | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-0/+2
* | Fixed wrong arguments to printf and related functionsMonty2018-01-041-6/+0
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211-1/+150
|\ \ | |/
| * MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain IDAndrei Elkin2017-11-151-1/+150
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-1/+1
|\ \ | |/
| * Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+1
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-13/+1
|\ \ | |/
| * MDEV-10435 crash with bad stat tables.Alexey Botchkov2016-12-091-13/+1
* | Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-2/+2
* | Final fixes for Memory_usedMonty2016-04-281-2/+1
|/
* Fix to ensure updates in gtid_slave_state table do not get binlogged.Nirbhay Choubey2016-02-241-2/+2
* Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2015-12-221-0/+12
|\
| * Merge tag 'mariadb-10.0.23' into 10.0-galeraNirbhay Choubey2015-12-191-29/+15
| |\
| * | MDEV-9162 : MariaDB Galera Cluster memory leak on async slave nodeNirbhay Choubey2015-12-141-0/+12
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-30/+16
|\ \ \ | | |/ | |/|
| * | Fixes to get all test to run on MacosX Lion 10.7Monty2015-11-291-28/+14
| * | Fixed compiler warningsMonty2015-11-231-1/+1
| |/
* | Fixed a bug in galera + some failing galera testsMonty2015-12-101-0/+1
* | Merge MDEV-8496 into 10.1Kristian Nielsen2015-07-191-1/+1
|\ \ | |/
| * MDEV-8496: gtid_ignore_duplicates treats gtid_seq_no as 32-bitKristian Nielsen2015-07-191-1/+1
| * Merge MDEV-7888 and MDEV-7929 into 10.0.Kristian Nielsen2015-04-081-0/+29
| |\
* | | MDEV-8001 - mysql_reset_thd_for_next_command() takes 0.04% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* | | Merge MDEV-7888 and MDEV-7929 into 10.1.Kristian Nielsen2015-04-081-0/+29
|\ \ \ | | |/ | |/|
| * | MDEV-7888, MDEV-7929: Parallel replication hangs sometimes on ANALYZE TABLE o...Kristian Nielsen2015-04-081-0/+29
* | | MDEV-6981: feature request MASTER_GTID_WAIT status variablesKristian Nielsen2015-03-161-3/+5
* | | Merge branch 'mdev-6981-master_gtid_wait-status-variables' of https://github....Kristian Nielsen2015-03-161-0/+13
|\ \ \
| * | | Add Master_gtid_wait_{count,time,timeouts} statusDaniel Black2015-03-121-0/+13
| | |/ | |/|
* | | after-merge fixesKristian Nielsen2015-03-041-1/+1
* | | Merge MDEV-6589 and MDEV-6403 into 10.1.Kristian Nielsen2015-03-041-0/+46
|\ \ \ | |/ /
| * | MDEV-6403: Temporary tables lost at STOP SLAVE in GTID mode if master has not...Kristian Nielsen2015-03-041-0/+25
| * | MDEV-6589: Incorrect relay log start position when restarting SQL thread afte...Kristian Nielsen2015-03-041-0/+21
| |/
* | MDEV-4987: Sort by domain_id when list of GTIDs are outputNirbhay Choubey2015-02-271-14/+98
|/
* MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* MDEV-5262, MDEV-5914, MDEV-5941, MDEV-6020: Deadlocks during parallelunknown2014-06-101-3/+3
* MDEV-6386: Assertion `thd->transaction.stmt.is_empty() || thd->in_sub_stmt ||...Kristian Nielsen2014-06-271-7/+2
* MDEV-6314 - Compile/run MariaDB with ASanSergey Vojtovich2014-06-101-2/+1
* Fixed compiler warningsMichael Widenius2014-06-041-0/+2
* MDEV-5804: If same GTID is received on multiple master connections in multi-s...unknown2014-03-121-18/+89
* MDEV-5804: If same GTID is received on multiple master connections in multi-s...unknown2014-03-091-5/+109
* Merge MariaDB 10.0-base to 10.0.unknown2014-02-101-19/+487
|\
| * MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.unknown2014-02-081-156/+183
| * MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.unknown2014-02-081-5/+5
| * MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.unknown2014-02-071-19/+461
* | Replication changes for CREATE OR REPLACE TABLEMichael Widenius2014-02-051-1/+2
|/