Comment 0 for bug 1324783

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Add Tokutek quiklz entries to MTR valgrind.supp

Reporting here as MTR does not support merging valgrind.supp files coming from plugins.

The following need to be added from https://github.com/Tokutek/ft-index/blob/master/ft/valgrind.suppressions:

{
   qlz_is_not_valgrind_clean
   Memcheck:Cond
   fun:qlz_compress_core
}
{
   qlz_is_not_valgrind_clean
   Memcheck:Value8
   fun:qlz_compress_core
}
{
   qlz_is_not_valgrind_clean
   Memcheck:Cond
   fun:qlz_compress
}
{
   qlz_is_not_valgrind_clean
   Memcheck:Value8
   fun:qlz_compress
}
{