diff options
author | Michael Widenius <monty@askmonty.org> | 2009-10-30 20:50:56 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2009-10-30 20:50:56 +0200 |
commit | 226f0c7601a7bc3d0274d0b7aa6523743856cf11 (patch) | |
tree | 35ea9501b4c40098ed9b57b42d44aa35d912dea7 /mysql-test/valgrind.supp | |
parent | 664fa25e0e40457f2374f4372fca9a631d039c8c (diff) | |
download | mariadb-git-226f0c7601a7bc3d0274d0b7aa6523743856cf11.tar.gz |
Added federatedx storage engine
Fixed compiler warnings
client/mysqladmin.cc:
Fixed compiler warning
extra/yassl/taocrypt/src/twofish.cpp:
Fixed compiler warning
libmysqld/Makefile.am:
Use federatedx instead of federated
(Should actually be removed)
mysql-test/mysql-test-run.pl:
Fixed warning
mysql-test/valgrind.supp:
Removed warning found on 64 bit Linux machine
storage/pbxt/src/cache_xt.cc:
Fixed compile warning
storage/xtradb/include/buf0buf.ic:
Fixed compiler warning
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 57eee78bdaa..5b06273ad6b 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -880,3 +880,17 @@ fun:nptl_pthread_exit_hack_handler fun:start_thread } + +# +# Problem with glibc and gethostbyaddr_r +# + +{ + libc_res_nsend: Conditional jump or move depends on uninitialised value + Memcheck:Cond + fun: __libc_res_nsend + fun: __libc_res_nquery + obj: /lib64/libnss_dns-*so) + obj: /lib64/libnss_dns-*so) + fun: gethostbyaddr_r +} |