summaryrefslogtreecommitdiff
path: root/innobase/trx/trx0rseg.c
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-03-12 17:44:25 +0200
committerunknown <marko@hundin.mysql.fi>2004-03-12 17:44:25 +0200
commit454b01928abfe240be63b0bf6fc2e7bbd4303a1f (patch)
treee6eec6e31105c317523f9eb594a04c2c45794737 /innobase/trx/trx0rseg.c
parente1cb1ca6fe25380edae06ded5e22e106761dcb46 (diff)
downloadmariadb-git-454b01928abfe240be63b0bf6fc2e7bbd4303a1f.tar.gz
Remove constant parameter MLOG_8BYTES from mtr_read_dulint() and mlog_write_dulint()
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);