mariadb/mysql-test/suite/rpl
Kristian Nielsen 8bedb638d7 MDEV-8113: Parallel slave: slave hangs on ALTER TABLE (or other DDL) as the first event after slave start
In optimistic parallel replication, it is not safe to try to run a following
transaction in parallel with a DDL statement, and there is code to prevent
this.

However, the code was missing the case where the DDL is the very first event
after slave start. In this case, following transactions could run in
parallel with the DDL, which can cause the slave to hang or even corrupt
slave in unlucky cases.
2015-05-11 12:43:38 +02:00
..
extension Change a couple of permissions that cause lintian warnings in .deb packaging and don't really hurt to fix. 2014-08-13 15:46:39 +02:00
include Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
r MDEV-8113: Parallel slave: slave hangs on ALTER TABLE (or other DDL) as the first event after slave start 2015-05-11 12:43:38 +02:00
t MDEV-8113: Parallel slave: slave hangs on ALTER TABLE (or other DDL) as the first event after slave start 2015-05-11 12:43:38 +02:00
disabled.def Bug#17638477 UNINSTALL AND INSTALL SEMI-SYNC PLUGIN CAUSES SLAVES TO BREAK 2014-08-03 12:45:14 +02:00
my.cnf
README
rpl_1slave_base.cnf merge with 5.3 2011-10-19 21:45:18 +02:00

How to run.
===========

./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed