Commit 367c75c0 authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 10.5 into 10.6

parents 09249eb9 a1907fed
......@@ -2141,12 +2141,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;
......
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