• Monty's avatar
    MDEV-8203 Assert in Query_log_event::do_apply_event() · 546e7aa9
    Monty authored
    This happens because the master writes a table_map event to the binary log, but no row event.
    The slave has a check that there should always be a row event if there was a table_map event, which
    causes a crash.
    
    Fixed by remembering in the cache what kind of events are logged
    and ignore cached statements which is just a table map event.
    546e7aa9
wsrep_binlog.cc 14 KB