diff options
author | monty@mishka.local <> | 2004-04-26 15:53:31 +0300 |
---|---|---|
committer | monty@mishka.local <> | 2004-04-26 15:53:31 +0300 |
commit | 21fd1d270eb58fa95551bb6e37ecef5a30785929 (patch) | |
tree | 25e3315af05fa92d20d2ad1d812882957c400337 /innobase/include/mem0pool.h | |
parent | 7d9a9fd93ac4622d596920169a6d6afbd787c377 (diff) | |
parent | 7d3e633edc5db31c0698660ed644d7a18faea41c (diff) | |
download | mariadb-git-21fd1d270eb58fa95551bb6e37ecef5a30785929.tar.gz |
Merge with 4.0
Diffstat (limited to 'innobase/include/mem0pool.h')
-rw-r--r-- | innobase/include/mem0pool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/innobase/include/mem0pool.h b/innobase/include/mem0pool.h index 51c53afe788..08327d95d37 100644 --- a/innobase/include/mem0pool.h +++ b/innobase/include/mem0pool.h @@ -85,6 +85,7 @@ Releases the mem pool mutex. */ void mem_pool_mutex_exit(void); /*=====================*/ +#ifdef UNIV_DEBUG /************************************************************************ Validates a memory pool. */ @@ -101,7 +102,7 @@ mem_pool_print_info( /*================*/ FILE* outfile,/* in: output file to write to */ mem_pool_t* pool); /* in: memory pool */ - +#endif /* UNIV_DEBUG */ #ifndef UNIV_NONINL #include "mem0pool.ic" |