1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-27 05:41:41 +03:00
Files
mariadb/mysql-test/suite
Kristian Nielsen 6e0a00ed75 MDEV-7353: rpl_mdev6386 fails sporadically in buildbot
Use include/sync_with_master_gtid.inc instead of --sync_with_master to avoid a
race in the test case.

In parallel replication, the old-style slave position (which is used by
--sync_with_master) is updated out-of-order between parallel threads. This
makes it possible for the position to be updated past DROP TEMPORARY TABLE t2
just before the commit of INSERT INTO t1 SELECT * FROM t2 becomes visible.

In this case, there is a small window where a SELECT just after
--sync_with_master may not see the changes from the INSERT.
2015-01-06 09:52:09 +01:00
..
2014-08-07 18:06:56 +02:00
2014-11-19 17:23:39 +01:00
2014-02-26 15:28:07 +01:00
2014-02-03 15:22:39 +01:00
2014-10-09 10:30:11 +02:00
2014-02-26 15:28:07 +01:00
2014-08-07 18:06:56 +02:00
2014-05-09 12:35:11 +02:00
2014-11-19 17:23:39 +01:00
2014-11-21 20:20:39 +01:00
2014-11-19 17:23:39 +01:00