diff options
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index bcca7c252ab..69e4ee933b8 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -153,6 +153,15 @@ fun:gzflush } +{ + libz deflate3 + Memcheck:Cond + obj:*/libz.so.* + obj:*/libz.so.* + fun:deflate + fun:do_flush +} + # # Warning from my_thread_init becasue mysqld dies before kill thread exists # |