Commit 165ed4f1 authored by Vasil Dimov's avatar Vasil Dimov

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.
parent 5082c4d1
...@@ -748,8 +748,8 @@ ...@@ -748,8 +748,8 @@
{ {
Bug 59874 Valgrind warning in InnoDB compression code Bug 59874 Valgrind warning in InnoDB compression code
Memcheck:Cond Memcheck:Cond
obj:*/libz.so* fun:*
obj:*/libz.so* fun:*
fun:deflate fun:deflate
fun:btr_store_big_rec_extern_fields_func fun:btr_store_big_rec_extern_fields_func
fun:row_ins_index_entry_low fun:row_ins_index_entry_low
...@@ -763,8 +763,8 @@ ...@@ -763,8 +763,8 @@
{ {
In page0zip.c we have already checked that the memory is initialized before calling deflate() In page0zip.c we have already checked that the memory is initialized before calling deflate()
Memcheck:Cond Memcheck:Cond
obj:*/libz.so* fun:*
obj:*/libz.so* fun:*
fun:deflate fun:deflate
fun:page_zip_compress fun:page_zip_compress
fun:page_cur_insert_rec_zip_reorg fun:page_cur_insert_rec_zip_reorg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment