From 84eb19081f35aa3aee84f23fbc6a0c70feaf6e69 Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Thu, 1 Apr 2010 15:53:41 +0400 Subject: [PATCH] Applying InnoDB snapshot Detailed revision comments: r6675 | marko | 2010-02-11 22:41:11 +0200 (Thu, 11 Feb 2010) | 1 line branches/zip: Remove bogus debug assertions introduced in r6660. --- storage/innodb_plugin/row/row0umod.c | 3 --- 1 file changed, 3 deletions(-) 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) {