diff options
-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 |