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 | 6a707718b979c875476fc94b1e97cccf70d5a8c5 (patch) | |
tree | 72b45e5a9419fe25ac1ddd9ffff45e645ace5a1d /mysql-test/valgrind.supp | |
parent | 246b7b0b7d7b0538095cf12df51c95847262cdfa (diff) | |
download | mariadb-git-6a707718b979c875476fc94b1e97cccf70d5a8c5.tar.gz |
Added missing paterns
Diffstat (limited to 'mysql-test/valgrind.supp')
-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 +} + |