• Kristian Nielsen's avatar
    MDEV-6120: When slave stops with error, error message should indicate the failing GTID · 2b4b857d
    Kristian Nielsen authored
    Follow-up patch. The original patch added an extra argument to the
    rli->report() function, however it was forgotten to adjust the calls
    accordingly in a few places.
    
    This patch updates the remaining calls as needed. In files log_event_old.cc
    and rpl_record_old.cc, it just adds NULL, since this is only for old event
    formats from ancient master servers, which would not have any GTID information
    to add to the error messages in any case.
    2b4b857d
rpl_record.cc 15.6 KB