merge with xtradb-5.5.15

fix test cases
This commit is contained in:
Sergei Golubchik 2011-07-18 23:04:24 +02:00
commit 4e46d8e5bf
552 changed files with 30723 additions and 52966 deletions

View file

@ -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)