Skip to content
Permalink
Browse files
Merge 10.3 into 10.4
  • Loading branch information
dr-m committed Jun 21, 2021
2 parents baf0ef9 + 9dc50ea commit ce868cd
Showing 1 changed file with 2 additions and 3 deletions.
@@ -2164,12 +2164,11 @@ trx_undo_report_row_operation(
goto err_exit;
}

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 ce868cd

Please sign in to comment.