diff options
author | unknown <timour@askmonty.org> | 2011-11-24 23:47:50 +0200 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2011-11-24 23:47:50 +0200 |
commit | 81f22df467087e0e2c9273e47eaee02a2a25d141 (patch) | |
tree | 53bc3c4a7650fbefd3708ffe4180a8974b029264 /mysql-test/valgrind.supp | |
parent | dc1b1d39a19bbd07ddc361d0cdbeb0d611b5e5df (diff) | |
download | mariadb-git-81f22df467087e0e2c9273e47eaee02a2a25d141.tar.gz |
Added valgrind suppression for an error due to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577135
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 3edb7df03b3..0297b9ff650 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -273,6 +273,15 @@ fun:do_flush } +{ + libz inflatereset2 + Memcheck:Cond + fun:inflateReset2 + fun:inflateInit2_ + fun:uncompress +} + + # # Warning from my_thread_init becasue mysqld dies before kill thread exists # |