summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorVasil Dimov <vasil.dimov@oracle.com>2011-02-07 11:13:54 +0200
committerVasil Dimov <vasil.dimov@oracle.com>2011-02-07 11:13:54 +0200
commit098a2ee85da66fe6ea7b8d49821b1a5798f8b85e (patch)
tree68dfc2acc0736d0f39de78c1c5e40c46e9a362e1 /mysql-test/valgrind.supp
parent96ca537ca4ca9e2307fe25076fc2957b4ae8e503 (diff)
downloadmariadb-git-098a2ee85da66fe6ea7b8d49821b1a5798f8b85e.tar.gz
Use fun:* instead of obj:*/libz.so* because when the bundled zlib is
used (--with-zlib-dir=bundled) then there is no libz.so involved.
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index 367dc62898a..6078006abd7 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -748,8 +748,8 @@
{
Bug 59874 Valgrind warning in InnoDB compression code
Memcheck:Cond
- obj:*/libz.so*
- obj:*/libz.so*
+ fun:*
+ fun:*
fun:deflate
fun:btr_store_big_rec_extern_fields_func
fun:row_ins_index_entry_low
@@ -763,8 +763,8 @@
{
In page0zip.c we have already checked that the memory is initialized before calling deflate()
Memcheck:Cond
- obj:*/libz.so*
- obj:*/libz.so*
+ fun:*
+ fun:*
fun:deflate
fun:page_zip_compress
fun:page_cur_insert_rec_zip_reorg