diff --git a/storage/innodb_plugin/row/row0umod.c b/storage/innodb_plugin/row/row0umod.c index 3adcee0a7ff..12cd05766dd 100644 --- a/storage/innodb_plugin/row/row0umod.c +++ b/storage/innodb_plugin/row/row0umod.c @@ -323,7 +323,6 @@ row_undo_mod_del_mark_or_remove_sec_low( mtr_t mtr; mtr_t mtr_vers; - ut_ad(node->rec_type == TRX_UNDO_UPD_DEL_REC); log_free_check(); mtr_start(&mtr); @@ -421,8 +420,6 @@ row_undo_mod_del_mark_or_remove_sec( { ulint err; - ut_ad(node->rec_type == TRX_UNDO_UPD_DEL_REC); - err = row_undo_mod_del_mark_or_remove_sec_low(node, thr, index, entry, BTR_MODIFY_LEAF); if (err == DB_SUCCESS) {