Commit b569a7d3 authored by marko's avatar marko

branches/zip: fseg_print(): Enclose inside #ifdef UNIV_BTR_PRINT.

parent 630a1fc0
...@@ -3765,6 +3765,7 @@ fseg_print_low( ...@@ -3765,6 +3765,7 @@ fseg_print_low(
(ulong) n_used); (ulong) n_used);
} }
#ifdef UNIV_BTR_PRINT
/*********************************************************************** /***********************************************************************
Writes info of a segment. */ Writes info of a segment. */
UNIV_INTERN UNIV_INTERN
...@@ -3786,6 +3787,7 @@ fseg_print( ...@@ -3786,6 +3787,7 @@ fseg_print(
fseg_print_low(inode, mtr); fseg_print_low(inode, mtr);
} }
#endif /* UNIV_BTR_PRINT */
/*********************************************************************** /***********************************************************************
Validates the file space system and its segments. */ Validates the file space system and its segments. */
......
...@@ -356,6 +356,7 @@ fseg_validate( ...@@ -356,6 +356,7 @@ fseg_validate(
/* out: TRUE if ok */ /* out: TRUE if ok */
fseg_header_t* header, /* in: segment header */ fseg_header_t* header, /* in: segment header */
mtr_t* mtr2); /* in: mtr */ mtr_t* mtr2); /* in: mtr */
#ifdef UNIV_BTR_PRINT
/*********************************************************************** /***********************************************************************
Writes info of a segment. */ Writes info of a segment. */
UNIV_INTERN UNIV_INTERN
...@@ -364,6 +365,7 @@ fseg_print( ...@@ -364,6 +365,7 @@ fseg_print(
/*=======*/ /*=======*/
fseg_header_t* header, /* in: segment header */ fseg_header_t* header, /* in: segment header */
mtr_t* mtr); /* in: mtr */ mtr_t* mtr); /* in: mtr */
#endif /* UNIV_BTR_PRINT */
/* Flags for fsp_reserve_free_extents */ /* Flags for fsp_reserve_free_extents */
#define FSP_NORMAL 1000000 #define FSP_NORMAL 1000000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment