diff options
author | unknown <monty@mysql.com> | 2005-01-26 16:07:53 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-01-26 16:07:53 +0200 |
commit | 3c3ca269ec47566ed9a588c52c3671ca4225e53a (patch) | |
tree | 2b90bb4ebf84a63136bafd6b3aae767628e376f5 /innobase/include/univ.i | |
parent | a898252a45b97a5bc3200c48bedb7471c588c712 (diff) | |
download | mariadb-git-3c3ca269ec47566ed9a588c52c3671ca4225e53a.tar.gz |
Only enable Innodb extra debugging when using the --debug=full configure option
BUILD/SETUP.sh:
Abort if wrong options
BUILD/compile-pentium64-debug:
Always use full debugging
innobase/fil/fil0fil.c:
Fixed wrong printf() format
Diffstat (limited to 'innobase/include/univ.i')
-rw-r--r-- | innobase/include/univ.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/innobase/include/univ.i b/innobase/include/univ.i index 625978ffc38..6ae4fe1c2ce 100644 --- a/innobase/include/univ.i +++ b/innobase/include/univ.i @@ -80,6 +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 |