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(
(ulong) n_used);
}
#ifdef UNIV_BTR_PRINT
/***********************************************************************
Writes info of a segment. */
UNIV_INTERN
......@@ -3786,6 +3787,7 @@ fseg_print(
fseg_print_low(inode, mtr);
}
#endif /* UNIV_BTR_PRINT */
/***********************************************************************
Validates the file space system and its segments. */
......
......@@ -356,6 +356,7 @@ fseg_validate(
/* out: TRUE if ok */
fseg_header_t* header, /* in: segment header */
mtr_t* mtr2); /* in: mtr */
#ifdef UNIV_BTR_PRINT
/***********************************************************************
Writes info of a segment. */
UNIV_INTERN
......@@ -364,6 +365,7 @@ fseg_print(
/*=======*/
fseg_header_t* header, /* in: segment header */
mtr_t* mtr); /* in: mtr */
#endif /* UNIV_BTR_PRINT */
/* Flags for fsp_reserve_free_extents */
#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