• unknown's avatar
    MDEV-5788: Incorrect free of rgi->deferred_events in parallel replication · 2aa619ec
    unknown authored
    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@.
    2aa619ec
rpl_parallel.test 34.9 KB