mariadb/mysql-test/suite/multi_source
unknown 416aed25ed MDEV-4475: Replication from MariaDB 10.0 to 5.5 does not work
The problem was the Gtid_list event which is logged to the binlog in
10.0 and is not understood by the 5.5 server.

This event is supposed to be replaced with a dummy event for 5.5
servers. But the very first event logged in the very first binlog
has an empty list of GTID, which makes the event too short to be
replacable with an empty event.

The fix is to pad the empty Gtid_list event to be big enough to
be replacable by a dummy event.
2013-05-24 22:21:08 +02:00
..
gtid.cnf MDEV-26: Global Transaction ID. 2013-02-27 18:38:42 +01:00
gtid.result MDEV-4475: Replication from MariaDB 10.0 to 5.5 does not work 2013-05-24 22:21:08 +02:00
gtid.test MDEV-26: Global transaction ID. 2013-05-22 17:36:48 +02:00
info_logs-master.opt Made max_relay_log_size depending on master connection. 2012-10-01 02:30:44 +03:00
info_logs.result MDEV-4475: Replication from MariaDB 10.0 to 5.5 does not work 2013-05-24 22:21:08 +02:00
info_logs.test MDEV-4394 Part IIa (missing wait condition for IO thread status in info_logs) 2013-04-15 04:13:26 +04:00
load_data.result Fixed: MDEV-4352; LOAD DATA was not multi-source safe 2013-05-03 01:50:42 +03:00
load_data.test Fixed: MDEV-4352; LOAD DATA was not multi-source safe 2013-05-03 01:50:42 +03:00
multisource.result MDEV-4475: Replication from MariaDB 10.0 to 5.5 does not work 2013-05-24 22:21:08 +02:00
multisource.test MDEV-4394 Part II (missing wait condition for IO thread status) 2013-04-15 03:27:21 +04:00
my.cnf Fixed issues found by QA (Elena) 2012-09-28 21:22:24 +03:00
relaylog_events.result MDEV-4475: Replication from MariaDB 10.0 to 5.5 does not work 2013-05-24 22:21:08 +02:00
relaylog_events.test Fixed MDEV-4394 Sporadic failures in multi_source tests 2013-04-14 18:30:05 +03:00
reset_master_slave.inc MDEV-26: Global transaction ID. 2013-05-22 17:36:48 +02:00
reset_slave.result MDEV-4475: Replication from MariaDB 10.0 to 5.5 does not work 2013-05-24 22:21:08 +02:00
reset_slave.test Fixed MDEV-4394 Sporadic failures in multi_source tests 2013-04-14 18:30:05 +03:00
simple.result MDEV-4475: Replication from MariaDB 10.0 to 5.5 does not work 2013-05-24 22:21:08 +02:00
simple.test Fixed MDEV-4394 Sporadic failures in multi_source tests 2013-04-14 18:30:05 +03:00
skip_counter.result MDEV-26: Global transaction ID 2013-03-26 10:35:34 +01:00
skip_counter.test MDEV-26: Global transaction ID. First alpha release. 2013-04-15 10:55:27 +02:00
status_vars.result More tests and test cleanup for MDEV-253 (Multi-source replication) 2012-10-04 08:02:13 +04:00
status_vars.test Fixed MDEV-4394 Sporadic failures in multi_source tests 2013-04-14 18:30:05 +03:00
syntax.result MDEV-26: Global transaction ID. 2013-05-22 17:36:48 +02:00
syntax.test Fix multi-source replication tests for ps-protocol (different xid values), and disable for embedded 2012-10-04 20:55:22 +04:00
wait_for_sql_thread_read_all.inc Extra check for synchronization in the multi-source replication test 2012-10-05 00:36:17 +04:00