• Andrei's avatar
    MDEV-31779 Server crash in Rows_log_event::update_sequence upon replaying binary log · 0da1653f
    Andrei authored
    The crash at running mysqlbinlog on a SEQUENCE containing binlog file
    was caused MDEV-29621 fixes that did not check which of the slave
    or binlog applier executes a block introduced there.
    
    The block is meaningful only for the parallel slave applier, so
    it's safe to fix this bug with identified the actual applier and
    skipping the block when it's the mysqlbinlog one.
    0da1653f
rpl_parallel_seq.result 4.19 KB