mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Enable UNIV_DEBUG_VALGRIND when HAVE_purify is set.
This commit is contained in:
parent
6f58f36846
commit
ca85feba83
2 changed files with 6 additions and 0 deletions
|
|
@ -82,6 +82,9 @@ memory is read outside the allocated blocks. */
|
||||||
|
|
||||||
/* Make a non-inline debug version */
|
/* Make a non-inline debug version */
|
||||||
|
|
||||||
|
#ifdef HAVE_purify
|
||||||
|
# define UNIV_DEBUG_VALGRIND
|
||||||
|
#endif /* HAVE_purify */
|
||||||
#if 0
|
#if 0
|
||||||
#define UNIV_DEBUG_VALGRIND /* Enable extra
|
#define UNIV_DEBUG_VALGRIND /* Enable extra
|
||||||
Valgrind instrumentation */
|
Valgrind instrumentation */
|
||||||
|
|
|
||||||
|
|
@ -165,6 +165,9 @@ command. Not tested on Windows. */
|
||||||
#define UNIV_COMPILE_TEST_FUNCS
|
#define UNIV_COMPILE_TEST_FUNCS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_purify
|
||||||
|
# define UNIV_DEBUG_VALGRIND
|
||||||
|
#endif /* HAVE_purify */
|
||||||
#if 0
|
#if 0
|
||||||
#define UNIV_DEBUG_VALGRIND /* Enable extra
|
#define UNIV_DEBUG_VALGRIND /* Enable extra
|
||||||
Valgrind instrumentation */
|
Valgrind instrumentation */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue