diff options
author | unknown <monty@work.mysql.com> | 2001-09-22 16:40:57 +0200 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2001-09-22 16:40:57 +0200 |
commit | bb98bbd83601a3e69a37277842e03b76ea410843 (patch) | |
tree | 1aab69d297bc52f4c151033a2b9289cae76a531e /innobase/include/univ.i | |
parent | 2504336b415dfbc6f47c7666f986e2eae47921b4 (diff) | |
parent | 53b3e373e014378f1ccb615bc475a60c75ca6332 (diff) | |
download | mariadb-git-bb98bbd83601a3e69a37277842e03b76ea410843.tar.gz |
Merge work.mysql.com:/home/bk/mysql
into work.mysql.com:/home/bk/mysql-4.0
innobase/include/univ.i:
Auto merged
Diffstat (limited to 'innobase/include/univ.i')
-rw-r--r-- | innobase/include/univ.i | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/innobase/include/univ.i b/innobase/include/univ.i index d36b4ca9b8b..c56f21d6617 100644 --- a/innobase/include/univ.i +++ b/innobase/include/univ.i @@ -61,8 +61,12 @@ subdirectory of 'mysql'. */ /* DEBUG VERSION CONTROL ===================== */ +/* The following flag will make InnoDB to initialize +all memory it allocates to zero. It hides Purify +warnings about reading unallocated memory unless +memory is read outside the allocated blocks. */ /* -#define UNIV_SYNC_DEBUG +#define UNIV_INIT_MEM_TO_ZERO */ /* Make a non-inline debug version */ @@ -72,7 +76,7 @@ subdirectory of 'mysql'. */ #define UNIV_SEARCH_DEBUG #define UNIV_IBUF_DEBUG - +#define UNIV_SYNC_DEBUG #define UNIV_SYNC_PERF_STAT #define UNIV_SEARCH_PERF_STAT */ |