diff options
author | marko@hundin.mysql.fi <> | 2005-01-25 14:17:51 +0200 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2005-01-25 14:17:51 +0200 |
commit | ee22415528d3652664042d05273b438630a38b42 (patch) | |
tree | 34251a06f52fb4a8fa5bcb325ac3e061c1bff17e /innobase | |
parent | bb1fe73356df10b3754daf0c814b01a9639ddf71 (diff) | |
parent | ea1bd1d5e5f86c8c8d9d569524d7d62d878ddc22 (diff) | |
download | mariadb-git-ee22415528d3652664042d05273b438630a38b42.tar.gz |
Merge hundin.mysql.fi:/home/marko/k/mysql-4.0
into hundin.mysql.fi:/home/marko/k/mysql-4.1
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/include/univ.i | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/innobase/include/univ.i b/innobase/include/univ.i index be71d4211b3..c6ab258d3b7 100644 --- a/innobase/include/univ.i +++ b/innobase/include/univ.i @@ -80,8 +80,10 @@ memory is read outside the allocated blocks. */ /* Make a non-inline debug version */ +#ifdef DBUG_ON +# define UNIV_DEBUG +#endif /* DBUG_ON */ /* -#define UNIV_DEBUG #define UNIV_MEM_DEBUG #define UNIV_IBUF_DEBUG #define UNIV_SYNC_DEBUG |