summaryrefslogtreecommitdiff
path: root/innobase/fsp
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-03-12 13:46:26 +0200
committerunknown <marko@hundin.mysql.fi>2004-03-12 13:46:26 +0200
commit8b328b24c9baf36a13edf65304113a8eb23e9f6d (patch)
tree79233f10fc1fcf426888ddecadfccc593e2a77ec /innobase/fsp
parentbebe22a99e0b48b09c4ac69561ede17ff1766b1a (diff)
downloadmariadb-git-8b328b24c9baf36a13edf65304113a8eb23e9f6d.tar.gz
Replace ut_anp with ut_a
innobase/include/ut0dbg.h: Remove ut_anp Replace fprintf with fputs Move string constants to .c file innobase/ut/ut0dbg.c: Move string constants to .c file
Diffstat (limited to 'innobase/fsp')
-rw-r--r--innobase/fsp/fsp0fsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/fsp/fsp0fsp.c b/innobase/fsp/fsp0fsp.c
index 2cb3ad43e7f..61114b93601 100644
--- a/innobase/fsp/fsp0fsp.c
+++ b/innobase/fsp/fsp0fsp.c
@@ -2940,7 +2940,7 @@ fseg_free_step(
freed yet */
ut_a(descr);
- ut_anp(xdes_get_bit(descr, XDES_FREE_BIT, buf_frame_get_page_no(header)
+ ut_a(xdes_get_bit(descr, XDES_FREE_BIT, buf_frame_get_page_no(header)
% FSP_EXTENT_SIZE, mtr) == FALSE);
inode = fseg_inode_get(header, mtr);