mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 20:25:32 +02:00
merge with xtradb-5.5.15
fix test cases
This commit is contained in:
commit
4e46d8e5bf
552 changed files with 30723 additions and 52966 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#define IF_VALGRIND(A,B) B
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_valgrind) && defined(HAVE_VALGRIND_MEMCHECK_H)
|
||||
#if defined(HAVE_VALGRIND) && defined(HAVE_VALGRIND_MEMCHECK_H)
|
||||
# include <valgrind/memcheck.h>
|
||||
# define MEM_UNDEFINED(a,len) VALGRIND_MAKE_MEM_UNDEFINED(a,len)
|
||||
# define MEM_NOACCESS(a,len) VALGRIND_MAKE_MEM_NOACCESS(a,len)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue