From 2af559b6cac503079d5bbd233c3adc93c4d4c77c Mon Sep 17 00:00:00 2001 From: marko Date: Sun, 6 May 2007 12:05:21 +0000 Subject: [PATCH] branches/zip: Improve the documentation of UNIV_DEBUG. --- include/univ.i | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/univ.i b/include/univ.i index 4deadbd65c8..0662174e6ba 100644 --- a/include/univ.i +++ b/include/univ.i @@ -83,8 +83,6 @@ memory is read outside the allocated blocks. */ #define UNIV_INIT_MEM_TO_ZERO */ -/* Make a non-inline debug version */ - #if 0 #define UNIV_DEBUG_VALGRIND /* Enable extra Valgrind instrumentation */ @@ -92,7 +90,8 @@ memory is read outside the allocated blocks. */ some debug print functions */ #define UNIV_BUF_DEBUG /* Enable buffer pool debugging without UNIV_DEBUG */ -#define UNIV_DEBUG /* Enable ut_ad() assertions */ +#define UNIV_DEBUG /* Enable ut_ad() assertions + and disable UNIV_INLINE */ #define UNIV_DEBUG_FILE_ACCESSES /* Debug .ibd file access (field file_page_was_freed in buf_page_t) */