summaryrefslogtreecommitdiff
path: root/innobase/fsp
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-03-17 10:30:40 +0200
committerunknown <monty@mysql.com>2004-03-17 10:30:40 +0200
commitb523802138eef0c66d6ce89263b512c1494a277b (patch)
tree2f18de7b832ebd37828631dccd3562ffc5611fa7 /innobase/fsp
parenta8aacf87648f64e7489220dab7d8729c5c01e13d (diff)
downloadmariadb-git-b523802138eef0c66d6ce89263b512c1494a277b.tar.gz
After merge fixes
Diffstat (limited to 'innobase/fsp')
-rw-r--r--innobase/fsp/fsp0fsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/fsp/fsp0fsp.c b/innobase/fsp/fsp0fsp.c
index 9be6e1a6e50..77535e4c524 100644
--- a/innobase/fsp/fsp0fsp.c
+++ b/innobase/fsp/fsp0fsp.c
@@ -3004,8 +3004,8 @@ fseg_free_page_low(
/* If we get here, the page is in some extent of the segment */
- descr_id = mtr_read_dulint(descr + XDES_ID, MLOG_8BYTES, mtr);
- seg_id = mtr_read_dulint(seg_inode + FSEG_ID, MLOG_8BYTES, mtr);
+ descr_id = mtr_read_dulint(descr + XDES_ID, mtr);
+ seg_id = mtr_read_dulint(seg_inode + FSEG_ID, mtr);
/*
fprintf(stderr,
"InnoDB: InnoDB is freeing space %lu page %lu,\n"