summaryrefslogtreecommitdiff
path: root/innobase/trx/trx0rseg.c
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/trx/trx0rseg.c')
-rw-r--r--innobase/trx/trx0rseg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/innobase/trx/trx0rseg.c b/innobase/trx/trx0rseg.c
index d50bc9d8ba4..e3885c86def 100644
--- a/innobase/trx/trx0rseg.c
+++ b/innobase/trx/trx0rseg.c
@@ -179,8 +179,7 @@ trx_rseg_mem_create(
+ node_addr.boffset;
rseg->last_trx_no = mtr_read_dulint(
- undo_log_hdr + TRX_UNDO_TRX_NO,
- MLOG_8BYTES, mtr);
+ undo_log_hdr + TRX_UNDO_TRX_NO, mtr);
rseg->last_del_marks = mtr_read_ulint(
undo_log_hdr + TRX_UNDO_DEL_MARKS,
MLOG_2BYTES, mtr);