From 25bac7370743b0f955ca422c684186d5aeb2b08a Mon Sep 17 00:00:00 2001 From: Marc Alff Date: Mon, 27 Sep 2010 18:23:54 -0600 Subject: Added missing paterns --- mysql-test/valgrind.supp | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 +} + -- cgit v1.2.1