diff options
author | unknown <msvensson@neptunus.(none)> | 2006-09-27 18:36:04 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-09-27 18:36:04 +0200 |
commit | e1f08634ce6c1b0f8a7fed304d172eabc89c1f6a (patch) | |
tree | 127e80766529ee60bdef268285a852b323d97698 | |
parent | 477a27e954575f6bc4ad45d8309ed964b187e38b (diff) | |
parent | e3bec9449355c95a8158a036b744d2f7a914f201 (diff) | |
download | mariadb-git-e1f08634ce6c1b0f8a7fed304d172eabc89c1f6a.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/work/my51-work
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-rw-r--r-- | mysql-test/valgrind.supp | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 6dd11df5de6..e88df49a707 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -15,11 +15,12 @@ } { - pthread allocate_tls memory loss 2 + pthread allocate_tls memory loss Memcheck:Leak fun:calloc fun:_dl_allocate_tls - fun:pthread_create@@GLIBC_2.1 + fun:pthread_create* + } { @@ -183,6 +184,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 longest_match3 Memcheck:Cond fun:longest_match |