mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
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:
parent
0c4bd74c97
commit
9bd4145974
1 changed files with 6 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue