• Luis Soares's avatar
    Post-push fix for BUG#50364. · e210d409
    Luis Soares authored
    There was an erroneous parameter when calling flush_master_info
    from write_ignored_events_info_to_relay_log which could lead to a
    server crash. This happens because the I/O thread releases the
    log_lock before calling the flush_master_info.
    
    Set the function to call flush_master_info with third parameter
    to true, so that the mutex is properly taken.
    e210d409
slave.cc 167 KB