summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-09-27 18:10:15 +0200
committerunknown <msvensson@neptunus.(none)>2006-09-27 18:10:15 +0200
commit5454ca75824fa5d380b982940af2e9f1ab4d6872 (patch)
tree520ba6b1625a26faa206da73f34cf665dd8ca13a /mysql-test/valgrind.supp
parent9a00f96f2153270762a8ed432252172115941b2c (diff)
downloadmariadb-git-5454ca75824fa5d380b982940af2e9f1ab4d6872.tar.gz
Add suppressions seen on maint1, nothing new just a nother version of libc
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp27
1 files changed, 27 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index 24426727968..f7eb9baa4c7 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -15,6 +15,14 @@
}
{
+ pthread allocate_tls memory loss
+ Memcheck:Leak
+ fun:calloc
+ fun:_dl_allocate_tls
+ fun:pthread_create*
+}
+
+{
pthread allocate_dtv memory loss
Memcheck:Leak
fun:calloc
@@ -115,6 +123,24 @@
}
{
+ libz longest_match 3
+ Memcheck:Cond
+ fun:longest_match
+ fun:deflate_slow
+ fun:deflate
+ fun:gzclose
+}
+
+{
+ libz longest_match 4
+ Memcheck:Cond
+ fun:longest_match
+ fun:deflate_slow
+ fun:deflate
+ fun:gzflush
+}
+
+{
libz deflate
Memcheck:Cond
obj:*/libz.so.*
@@ -133,6 +159,7 @@
fun:gzflush
}
+
#
# Warning from my_thread_init becasue mysqld dies before kill thread exists
#