diff options
author | Marc Alff <marc.alff@oracle.com> | 2010-12-07 14:52:14 +0100 |
---|---|---|
committer | Marc Alff <marc.alff@oracle.com> | 2010-12-07 14:52:14 +0100 |
commit | 83b7c749886abe28d8ff8e26b45940d16488f7df (patch) | |
tree | 559da3728343e226214915bb5a2136e63db661d7 /mysql-test/valgrind.supp | |
parent | d5e7008bddb6a7192c46c0c8f9100e5b099e71b0 (diff) | |
download | mariadb-git-83b7c749886abe28d8ff8e26b45940d16488f7df.tar.gz |
Valgrind 3.5.0 cleanup
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 0d63c2cb3ff..ab79a01385c 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -770,13 +770,15 @@ fun:lf_hash_insert } +# +# Note that initialize_bucket() is reccursive, +# can't provide more stack context. +# { missing shutdown_performance_schema 3 Memcheck:Leak fun:malloc fun:my_malloc fun:initialize_bucket - fun:lf_hash_search - fun:_Z19find_or_create_fileP10PFS_threadP14PFS_file_classPKcj } |