don't do ALTER IGNORE TABLE online
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.
Showing
Please register or sign in to comment