diff options
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 2fca6ef90e8..53ddda21258 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -127,6 +127,15 @@ } { + pthread memalign memory loss3 + Memcheck:Leak + fun:memalign + fun:tls_get_addr_tail + ... + fun:*ha_finalize_handlerton* +} + +{ pthread pthread_key_create Memcheck:Leak fun:malloc |