• Sergei Golubchik's avatar
    don't do ALTER IGNORE TABLE online · 472c3d08
    Sergei Golubchik authored
    because online means we'll apply events from the binlog, and
    ignore means that bad rows will be skipped. So a bad Write_row_log_event
    will be skipped and a following Update_row_log_event will fail to
    apply.
    472c3d08
alter_table_online_debug.test 20.8 KB