diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2011-02-07 19:54:09 +0200 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2011-02-07 19:54:09 +0200 |
commit | cbeb1299c75eba2dd7b9ea91ca4fae30c416564c (patch) | |
tree | 909283fed87fdf2956baf2acba53386bbf9d505e /mysql-test/valgrind.supp | |
parent | 99c7f81e023091a63177174fe9d94ea170f59d0b (diff) | |
download | mariadb-git-cbeb1299c75eba2dd7b9ea91ca4fae30c416564c.tar.gz |
Add one more Valgrind suppression to cover a different codepath
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 23b96ef8c18..6ed5db21423 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -858,16 +858,15 @@ fun:* fun:deflate fun:page_zip_compress - fun:page_cur_insert_rec_zip_reorg - fun:page_cur_insert_rec_zip - fun:page_cur_tuple_insert - fun:btr_cur_optimistic_insert - fun:row_ins_index_entry_low - fun:row_ins_index_entry - fun:row_ins_index_entry_step - fun:row_ins - fun:row_ins_step - fun:row_insert_for_mysql +} + +{ + In page0zip.c we have already checked that the memory is initialized before calling deflate() + Memcheck:Cond + fun:* + fun:* + fun:deflate + fun:page_zip_compress_deflate } { |