diff options
author | Alexander Barkov <bar@mnogosearch.org> | 2013-10-16 17:37:11 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mnogosearch.org> | 2013-10-16 17:37:11 +0400 |
commit | de4ca539b896abfb2888ce7dee6f7de39d2e9657 (patch) | |
tree | 7fc71dec89c69e10684d7caf11525027e7505255 /mysql-test/valgrind.supp | |
parent | 6dd9f049ab2c8771feabec447cff66b703392046 (diff) | |
download | mariadb-git-de4ca539b896abfb2888ce7dee6f7de39d2e9657.tar.gz |
MDEV-4890 Valgrind warnings on shutdown on a build with openSSL
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index e7f5a7880d2..26c0424ba58 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -1004,6 +1004,18 @@ } { + OpenSSL still reachable. + Memcheck:Leak + fun:*alloc + fun:CRYPTO_malloc + fun:sk_new + obj:*libssl* + fun:SSL_COMP_get_compression_methods + fun:SSL_library_init +} + + +{ Problem with udf and libresolve Memcheck:Cond obj:*/libresolv*.so |