Commit 462933b6 authored by marko's avatar marko

branches/zip: Remove bogus debug assertions introduced in r6660.

parent ffb43707
......@@ -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) {
......
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