diff options
author | Marc Alff <marc.alff@oracle.com> | 2010-09-27 18:23:54 -0600 |
---|---|---|
committer | Marc Alff <marc.alff@oracle.com> | 2010-09-27 18:23:54 -0600 |
commit | 25bac7370743b0f955ca422c684186d5aeb2b08a (patch) | |
tree | 72b45e5a9419fe25ac1ddd9ffff45e645ace5a1d | |
parent | 04b3b7c1a6cb88b8f4bf97f5647d195b70602d1a (diff) | |
download | mariadb-git-25bac7370743b0f955ca422c684186d5aeb2b08a.tar.gz |
Added missing paterns
-rw-r--r-- | mysql-test/valgrind.supp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 4b323b0bbfc..0d63c2cb3ff 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -770,3 +770,13 @@ fun:lf_hash_insert } +{ + 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 +} + |