From cbeb1299c75eba2dd7b9ea91ca4fae30c416564c Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Mon, 7 Feb 2011 19:54:09 +0200 Subject: [PATCH] Add one more Valgrind suppression to cover a different codepath --- mysql-test/valgrind.supp | 19 +++++++++---------- 1 file 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 } {