mirror of
https://github.com/MariaDB/server.git
synced 2025-09-08 06:27:57 +03:00
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@.
How to run. =========== ./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed