• mats@romeo.(none)'s avatar
    BUG#23171 (Illegal slave restart position): · 3920f529
    mats@romeo.(none) authored
    Third patch of the bug fix where the code for skipping events and for
    executing events is factored out into three functions:
    - shall_skip() to decide if the event shall be skipped and the
      reason for it;
    - do_apply_event(), where the event is applied to the database; and
    - do_update_pos(), which updates the actual relay log position and
      group positions.
    3920f529
rpl_rli.h 10.6 KB