Commit 965b7219 authored by Sergey Vojtovich's avatar Sergey Vojtovich

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.
parent 67925345
...@@ -323,7 +323,6 @@ row_undo_mod_del_mark_or_remove_sec_low( ...@@ -323,7 +323,6 @@ row_undo_mod_del_mark_or_remove_sec_low(
mtr_t mtr; mtr_t mtr;
mtr_t mtr_vers; mtr_t mtr_vers;
ut_ad(node->rec_type == TRX_UNDO_UPD_DEL_REC);
log_free_check(); log_free_check();
mtr_start(&mtr); mtr_start(&mtr);
...@@ -421,8 +420,6 @@ row_undo_mod_del_mark_or_remove_sec( ...@@ -421,8 +420,6 @@ row_undo_mod_del_mark_or_remove_sec(
{ {
ulint err; 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, err = row_undo_mod_del_mark_or_remove_sec_low(node, thr, index,
entry, BTR_MODIFY_LEAF); entry, BTR_MODIFY_LEAF);
if (err == DB_SUCCESS) { if (err == DB_SUCCESS) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment