Merge mysql-5.1-innodb from bk-internal into my local tree

This commit is contained in:
Vasil Dimov 2010-05-20 15:54:03 +03:00
commit 8ae42ceb0c
13 changed files with 47 additions and 16 deletions

View file

@ -165,9 +165,9 @@ command. Not tested on Windows. */
#define UNIV_COMPILE_TEST_FUNCS
*/
#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 */