• Sergei Golubchik's avatar
    MDEV-28816 Assertion `wsrep_thd_is_applying(thd)' failed in int... · 4a00bc87
    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.
    4a00bc87
log_event_server.cc 257 KB