summaryrefslogtreecommitdiff
path: root/mysql-test/suite/multi_source
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.10 into 10.11Marko Mäkelä2023-02-162-12/+6
|\
| * MDEV-28839: remove current_pos where not intentionally being testedasklavou2023-02-132-12/+6
* | Merge branch '10.10' into 10.11Oleksandr Byelkin2022-11-022-0/+13
|\ \ | |/
| * Merge branch '10.9' into 10.10Oleksandr Byelkin2022-11-012-0/+13
| |\
| | * MDEV-27963 multisource_for_channel sometimes fails in bb with result content ...Monty2022-10-192-0/+13
* | | MDEV-15530: Variable replicate_rewrite_db cannot be found in "show global var...Anel Husakovic2022-10-218-13/+204
|/ /
* | Merge 10.9 into 10.10Marko Mäkelä2022-07-281-0/+1
|\ \ | |/
| * Merge 10.6 into 10.7Marko Mäkelä2022-07-011-0/+1
| |\
| | * Merge 10.5 into 10.6Marko Mäkelä2022-07-011-0/+1
| | |\
| | | * Valgrind: Disable tests that would often time outMarko Mäkelä2022-07-011-0/+1
* | | | MDEV-20122: Deprecate MASTER_USE_GTID=Current_Pos to favor new MASTER_DEMOTE_...Brandon Nesterenko2022-07-261-0/+6
* | | | MDEV-19801: Change defaults for CHANGE MASTER TO so that GTID-based replicati...Brandon Nesterenko2022-07-2614-46/+82
|/ / /
* | | MDEV-26307 multi-source-replication support mysql syntax(for channel)Monty2021-09-142-0/+795
* | | Failed change master could leave around old relay log filesMonty2021-09-142-0/+21
|/ /
* | MDEV-24576 Atomic CREATE TABLEMonty2021-05-191-3/+4
* | MDEV-23844 Atomic DROP TABLE (single table)Monty2021-05-191-3/+3
* | MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2021-04-163-0/+46
* | MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2021-04-162-14/+421
|/
* Merge 10.4 into 10.5Marko Mäkelä2020-08-211-1/+1
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-08-211-1/+1
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-08-211-1/+1
| | |\
| | | * MDEV-23511 shutdown_server 10 times out, causing server kill at shutdownAndrei Elkin2020-08-211-1/+1
* | | | perfschema compilation, test and misc fixesSergei Golubchik2020-03-103-12/+12
* | | | MDEV-20601: Make REPLICA a synonym for SLAVE in SQL statementsSujatha2020-02-042-0/+237
* | | | MDEV-18648: slave_parallel_mode= optimistic default in 10.5Sujatha2019-12-233-13/+13
|/ / /
* | | Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4Alexander Barkov2019-08-132-1/+2
|\ \ \ | |/ /
| * | MDEV-20101 Assertion failure on select @@global.'m2'.replicate_ignore_table;Alexander Barkov2019-08-051-1/+0
| * | MDEV-17544 No warning when trying to name a primary key constraint.Alexey Botchkov2019-07-301-0/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2019-07-254-0/+293
|\ \ \ | |/ /
| * | Disable a test due to MDEV-20101Marko Mäkelä2019-07-191-0/+1
| * | Merge 10.2 into 10.3Eugene Kosov2019-07-163-0/+292
| |\ \ | | |/
| | * post-merge fixesEugene Kosov2019-07-091-0/+12
| | * Merge 10.1 into 10.2Eugene Kosov2019-07-093-0/+280
| | |\
| | | * MDEV-8874 Replication filters configured in my.cnf are ignored if slave reset...Sachin2019-06-273-0/+280
* | | | MDEV-16421 Make system tables crash safeMichael Widenius2018-08-142-8/+8
|/ / /
* | | Mdev-10664 Add statuses about optimistic parallel replication stallsSachin Setiya2018-04-198-23/+240
* | | Move mysql-test-run/extra/rpl_tests to suite/rpl/includeMichael Widenius2018-03-291-1/+1
* | | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-07-034-0/+338
|\ \ \ | |/ / |/| |
| * | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-05-112-0/+10
| * | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-05-102-5/+36
| * | MDEV-12179: Per-engine mysql.gtid_slave_pos tableKristian Nielsen2017-04-212-0/+297
* | | MDEV-9544 Fix test case for 10.2Sachin Setiya2017-06-101-0/+12
* | | Merge 10.1 into 10.2Marko Mäkelä2017-06-083-0/+216
|\ \ \ | |/ / |/| / | |/
| * MDEV-9544 FLUSH [RELAY] LOGS does not rotate logs for a named slaveSachin Setiya2017-06-053-0/+216
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-2912-353/+28
|\ \ | |/
| * MDEV-9038 Binlog encryption testsElena Stepanova2016-12-0512-353/+28
* | MDEV-7145: Delayed replicationKristian Nielsen2016-10-164-23/+26
|\ \
| * | MDEV-7145: Delayed replication, fixing test failures.Kristian Nielsen2016-10-144-23/+26
| |/
* | MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+Oleksandr Byelkin2016-05-204-15/+15
* | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-3111-0/+188
|/