#At file:///home/svoj/devel/innodb-snapshots/mysql-5.1-bugteam/ based on revid:svoj@stripped
3498 Sergey Vojtovich 2010-04-01
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.
modified:
storage/innodb_plugin/row/row0umod.c
=== modified file 'storage/innodb_plugin/row/row0umod.c'
--- a/storage/innodb_plugin/row/row0umod.c 2010-04-01 11:52:08 +0000
+++ b/storage/innodb_plugin/row/row0umod.c 2010-04-01 11:53:41 +0000
@@ -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) {
Attachment: [text/bzr-bundle] bzr/svoj@sun.com-20100401115341-0e1xz02zzp2th1bj.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (svoj:3498) | Sergey Vojtovich | 1 Apr |