summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp11
1 files changed, 10 insertions, 1 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index e97a6a3f0b7..53ddda21258 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -127,6 +127,15 @@
}
{
+ pthread memalign memory loss3
+ Memcheck:Leak
+ fun:memalign
+ fun:tls_get_addr_tail
+ ...
+ fun:*ha_finalize_handlerton*
+}
+
+{
pthread pthread_key_create
Memcheck:Leak
fun:malloc
@@ -420,7 +429,7 @@
Memcheck:Leak
fun:memalign
...
- fun:call_init
+ fun:call_init*
fun:_dl_init
}