summaryrefslogtreecommitdiff
path: root/innobase/fsp/fsp0fsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/fsp/fsp0fsp.c')
-rw-r--r--innobase/fsp/fsp0fsp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/innobase/fsp/fsp0fsp.c b/innobase/fsp/fsp0fsp.c
index e7b97e88f32..34b6de76ff4 100644
--- a/innobase/fsp/fsp0fsp.c
+++ b/innobase/fsp/fsp0fsp.c
@@ -3476,8 +3476,7 @@ fseg_validate_low(
return(TRUE);
}
-
-#ifdef UNIV_DEBUG
+
/***********************************************************************
Validates a segment. */
@@ -3502,7 +3501,6 @@ fseg_validate(
return(ret);
}
-#endif /* UNIV_DEBUG */
/***********************************************************************
Writes info of a segment. */
@@ -3554,7 +3552,6 @@ fseg_print_low(
(ulong) n_used);
}
-#ifdef UNIV_DEBUG
/***********************************************************************
Writes info of a segment. */
@@ -3575,7 +3572,6 @@ fseg_print(
fseg_print_low(inode, mtr);
}
-#endif /* UNIV_DEBUG */
/***********************************************************************
Validates the file space system and its segments. */