diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2010-05-20 15:54:03 +0300 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2010-05-20 15:54:03 +0300 |
commit | 8ae42ceb0c3321fc69c1e67e4fe44028f3eef75e (patch) | |
tree | 8ff664e7f9cfffa6dfadcfce8ed2279e2cc04410 /storage/innobase | |
parent | 56586334f123a86237d0921667493acfaaf9996f (diff) | |
parent | 98406ba452be5fc8b0ee53cf69812342af1c9ffb (diff) | |
download | mariadb-git-8ae42ceb0c3321fc69c1e67e4fe44028f3eef75e.tar.gz |
Merge mysql-5.1-innodb from bk-internal into my local tree
Diffstat (limited to 'storage/innobase')
-rw-r--r-- | storage/innobase/include/univ.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/univ.i b/storage/innobase/include/univ.i index ecf754762ad..97d022d284e 100644 --- a/storage/innobase/include/univ.i +++ b/storage/innobase/include/univ.i @@ -82,9 +82,9 @@ memory is read outside the allocated blocks. */ /* Make a non-inline debug version */ -#ifdef HAVE_purify +#if defined HAVE_VALGRIND # define UNIV_DEBUG_VALGRIND -#endif /* HAVE_purify */ +#endif /* HAVE_VALGRIND */ #if 0 #define UNIV_DEBUG_VALGRIND /* Enable extra Valgrind instrumentation */ |