#At file:///Users/malff/BZR_TREE/mysql-trunk-bugfixing/ based on revid:davi.arnaut@stripped
3386 Marc Alff 2010-11-22
Supressed memory leaks in the LF_HASH, expected since shutdown_performance_schema() is not called.
modified:
mysql-test/valgrind.supp
=== modified file 'mysql-test/valgrind.supp'
--- a/mysql-test/valgrind.supp 2010-09-28 00:32:57 +0000
+++ b/mysql-test/valgrind.supp 2010-11-22 17:11:16 +0000
@@ -777,6 +777,14 @@
fun:my_malloc
fun:initialize_bucket
fun:lf_hash_search
- fun:_Z19find_or_create_fileP10PFS_threadP14PFS_file_classPKcj
+}
+
+{
+ missing shutdown_performance_schema 4
+ Memcheck:Leak
+ fun:malloc
+ fun:my_malloc
+ fun:_lf_dynarray_lvalue
+ fun:lf_hash_insert
}
Attachment: [text/bzr-bundle] bzr/marc.alff@oracle.com-20101122171116-mqhx1duqbhegu3ca.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk-bugfixing branch (marc.alff:3386) | Marc Alff | 22 Nov |