Do not define UNIV_DEBUG_VALGRIND when HAVE_purify because

this results in some valgrind errors.

Bug#53202 valgrind: uninitialized bytes in dtuple_print()
has been opened to track this.
This commit is contained in:
Vasil Dimov 2010-04-27 17:05:41 +03:00
commit 9bd4145974

View file

@ -82,9 +82,15 @@ memory is read outside the allocated blocks. */
/* Make a non-inline debug version */
#if 0
/* Please enable this when
Bug#53202 valgrind: uninitialized bytes in dtuple_print()
if fixed */
#ifdef HAVE_purify
# define UNIV_DEBUG_VALGRIND
#endif /* HAVE_purify */
#endif
#if 0
#define UNIV_DEBUG_VALGRIND /* Enable extra
Valgrind instrumentation */