Commit 22e14911 authored by unknown's avatar unknown

trx0undo.c:

  Removed bogus assertion


innobase/trx/trx0undo.c:
  Removed bogus assertion
parent 1ef42956
......@@ -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);
......
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