mariadb/mysql-test/suite/rpl
unknown 2aa619ec68 MDEV-5788: Incorrect free of rgi->deferred_events in parallel replication
When an rpl_group_info object was returned from the free list, the
rgi->deferred_events_collecting and rgi->deferred_events was not correctly
re-inited. Additionally, the rgi->deferred_events was incorrectly freed in
free_rgi(), which causes unnecessary malloc/free (or crash when re-init is not
done).

Thanks to user nanyi607rao, who reported this bug on maria-developers@.
2014-03-07 12:02:09 +01:00
..
extension Backport MySQL WL#2540 into MariaDB. 2011-05-03 14:01:11 +02:00
include MDEV-4864 - Merge tests for EXCHANGE PARTITION feature 2013-09-27 16:58:49 +04:00
r MDEV-5788: Incorrect free of rgi->deferred_events in parallel replication 2014-03-07 12:02:09 +01:00
t MDEV-5788: Incorrect free of rgi->deferred_events in parallel replication 2014-03-07 12:02:09 +01:00
disabled.def Implementation of MDEV-5491: CREATE OR REPLACE TABLE 2014-01-29 15:37:17 +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