mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
branches/zip: Improve the documentation of UNIV_DEBUG.
This commit is contained in:
parent
eb80aa3b5a
commit
2af559b6ca
1 changed files with 2 additions and 3 deletions
|
@ -83,8 +83,6 @@ memory is read outside the allocated blocks. */
|
||||||
#define UNIV_INIT_MEM_TO_ZERO
|
#define UNIV_INIT_MEM_TO_ZERO
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Make a non-inline debug version */
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#define UNIV_DEBUG_VALGRIND /* Enable extra
|
#define UNIV_DEBUG_VALGRIND /* Enable extra
|
||||||
Valgrind instrumentation */
|
Valgrind instrumentation */
|
||||||
|
@ -92,7 +90,8 @@ memory is read outside the allocated blocks. */
|
||||||
some debug print functions */
|
some debug print functions */
|
||||||
#define UNIV_BUF_DEBUG /* Enable buffer pool
|
#define UNIV_BUF_DEBUG /* Enable buffer pool
|
||||||
debugging without UNIV_DEBUG */
|
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
|
#define UNIV_DEBUG_FILE_ACCESSES /* Debug .ibd file access
|
||||||
(field file_page_was_freed
|
(field file_page_was_freed
|
||||||
in buf_page_t) */
|
in buf_page_t) */
|
||||||
|
|
Loading…
Reference in a new issue