Skip to content
Permalink
Browse files
Merge 10.4 into 10.5
  • Loading branch information
dr-m committed Jun 21, 2021
2 parents a42c80b + ce868cd commit a1907fe
Showing 1 changed file with 2 additions and 3 deletions.
@@ -2070,12 +2070,11 @@ trx_undo_report_row_operation(
- FIL_PAGE_DATA_END, 0);
}

mtr_commit(&mtr);
mtr.commit();
} else {
/* Success */
mtr_commit(&mtr);

undo->top_page_no = undo_block->page.id().page_no();
mtr.commit();
undo->top_offset = offset;
undo->top_undo_no = trx->undo_no++;
undo->guess_block = undo_block;

0 comments on commit a1907fe

Please sign in to comment.