diff options
author | unknown <marko@hundin.mysql.fi> | 2004-02-25 12:44:53 +0200 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2004-02-25 12:44:53 +0200 |
commit | 22e14911889b7337f1c6737177f8e8e5f9f5c684 (patch) | |
tree | da872d6292b51456666b56d79716c374ad7ab2d8 /innobase | |
parent | 1ef4295600ac5b4e3c0e284a414628e0c14e2a94 (diff) | |
download | mariadb-git-22e14911889b7337f1c6737177f8e8e5f9f5c684.tar.gz |
trx0undo.c:
Removed bogus assertion
innobase/trx/trx0undo.c:
Removed bogus assertion
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/trx/trx0undo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/innobase/trx/trx0undo.c b/innobase/trx/trx0undo.c index 34f56dba130..0b82a929878 100644 --- a/innobase/trx/trx0undo.c +++ b/innobase/trx/trx0undo.c @@ -1445,7 +1445,6 @@ trx_undo_reuse_cached( } ut_ad(undo->size == 1); - ut_ad(undo->hdr_page_no == undo->top_page_no); if (undo->id >= TRX_RSEG_N_SLOTS) { fprintf(stderr, "InnoDB: Error: undo->id is %lu\n", undo->id); |