• Sergei Golubchik's avatar
    MDEV-28816 Assertion `wsrep_thd_is_applying(thd)' failed in int... · c426d341
    Sergei Golubchik authored
    MDEV-28816 Assertion `wsrep_thd_is_applying(thd)' failed in int wsrep_ignored_error_code(Log_event*, int)
    
    wsrep expected that any Rows_log_event::do_apply_event() failures
    can only happen in the applier thread, because no other thread ever
    applies row events. With online alter it's no longer true.
    c426d341
log_event_server.cc 254 KB