Commit 9bd41459 authored by Vasil Dimov's avatar Vasil Dimov

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.
parent 0c4bd74c
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment