Skip to content

Commit 367c75c

Browse files
committed
Merge 10.5 into 10.6
2 parents 09249eb + a1907fe commit 367c75c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

storage/innobase/trx/trx0rec.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,12 +2141,11 @@ trx_undo_report_row_operation(
21412141
- FIL_PAGE_DATA_END, 0);
21422142
}
21432143

2144-
mtr_commit(&mtr);
2144+
mtr.commit();
21452145
} else {
21462146
/* Success */
2147-
mtr_commit(&mtr);
2148-
21492147
undo->top_page_no = undo_block->page.id().page_no();
2148+
mtr.commit();
21502149
undo->top_offset = offset;
21512150
undo->top_undo_no = trx->undo_no++;
21522151
undo->guess_block = undo_block;

0 commit comments

Comments
 (0)