3702 Vasil Dimov 2011-02-07
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.
modified:
mysql-test/valgrind.supp
3701 Vasil Dimov 2011-02-04
Fix Bug#59874 Valgrind warning in InnoDB compression code
Add suppressions for a bogus valgrind warnings.
modified:
mysql-test/valgrind.supp
=== modified file 'mysql-test/valgrind.supp'
--- a/mysql-test/valgrind.supp revid:vasil.dimov@stripped
+++ b/mysql-test/valgrind.supp revid:vasil.dimov@stripped
@@ -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
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.1-innodb branch (vasil.dimov:3701 to 3702) | vasil.dimov | 7 Feb |