We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09249eb + a1907fe commit 367c75cCopy full SHA for 367c75c
storage/innobase/trx/trx0rec.cc
@@ -2141,12 +2141,11 @@ trx_undo_report_row_operation(
2141
- FIL_PAGE_DATA_END, 0);
2142
}
2143
2144
- mtr_commit(&mtr);
+ mtr.commit();
2145
} else {
2146
/* Success */
2147
2148
-
2149
undo->top_page_no = undo_block->page.id().page_no();
2150
undo->top_offset = offset;
2151
undo->top_undo_no = trx->undo_no++;
2152
undo->guess_block = undo_block;
0 commit comments