diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2011-02-08 19:28:00 +0200 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2011-02-08 19:28:00 +0200 |
commit | 2edb0150af51b630a1c2f230e95e4291444e1668 (patch) | |
tree | ff814f5d518eaf9c141a355a470b54a53e8ce052 /mysql-test/valgrind.supp | |
parent | 1c32b8ee3c16cce7fbc1152e3d3a4f172a1fa4dc (diff) | |
parent | 6eb014a606858bf0564c6d5ce05560961467cde2 (diff) | |
download | mariadb-git-2edb0150af51b630a1c2f230e95e4291444e1668.tar.gz |
Merge mysql-5.5-innodb -> mysql-5.5
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index bcb01832b6d..e641efbdecc 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -835,3 +835,45 @@ fun:lf_hash_search } +{ + Bug 59874 Valgrind warning in InnoDB compression code + Memcheck:Cond + fun:* + fun:* + fun:deflate + fun:btr_store_big_rec_extern_fields_func + 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 +} + +{ + 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 +} + +{ + Bug 59875 Valgrind warning in buf0buddy.c + Memcheck:Addr1 + fun:mach_read_from_4 + fun:buf_buddy_relocate + fun:buf_buddy_free_low + fun:buf_buddy_free + fun:buf_LRU_block_remove_hashed_page +} |