diff options
Diffstat (limited to 'innobase/fut/fut0lst.c')
-rw-r--r-- | innobase/fut/fut0lst.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/fut/fut0lst.c b/innobase/fut/fut0lst.c index ff112b586c4..228670f6145 100644 --- a/innobase/fut/fut0lst.c +++ b/innobase/fut/fut0lst.c @@ -490,6 +490,7 @@ flst_validate( return(TRUE); } +#ifdef UNIV_DEBUG /************************************************************************ Prints info of a file-based list. */ @@ -515,3 +516,4 @@ flst_print( buf_frame_get_space_id(frame), buf_frame_get_page_no(frame), (ulint) (base - frame), len); } +#endif /* UNIV_DEBUG */ |