mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Add one more Valgrind suppression to cover a different codepath
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user