diff options
author | unknown <kent@mysql.com> | 2006-05-17 23:41:56 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-05-17 23:41:56 +0200 |
commit | b8d4b15cf80cfa67e111d11b2e304a949b129211 (patch) | |
tree | 200d6c17e98b7c7fded8175be7e00f5ed94878d7 /mysql-test/valgrind.supp | |
parent | 2d0297f093a7995b4d0224f090440ce7810d62af (diff) | |
parent | 61bd3fa055e6d3e39ac20ed3c7568cccf955cf6e (diff) | |
download | mariadb-git-b8d4b15cf80cfa67e111d11b2e304a949b129211.tar.gz |
Merge
configure.in:
Auto merged
client/mysql.cc:
Auto merged
extra/yassl/src/yassl_imp.cpp:
Auto merged
tests/Makefile.am:
Auto merged
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index b0ba3b03652..6939dd489cd 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -112,6 +112,26 @@ } { + pthread strstr uninit + Memcheck:Cond + fun:strstr + obj:/lib/tls/libpthread.so.* + obj:/lib/tls/libpthread.so.* + fun:call_init + fun:_dl_init + obj:/lib/ld-*.so +} + +{ + strlen/_dl_init_paths/dl_main/_dl_sysdep_start(Cond) + Memcheck:Cond + fun:strlen + fun:_dl_init_paths + fun:dl_main + fun:_dl_sysdep_start +} + +{ pthread errno Memcheck:Leak fun:calloc |