diff options
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 8e1e7385081..a7c4d4a60ca 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -1093,78 +1093,6 @@ fun:buf_buddy_relocate } -# -# See related Bug#56666 -# Race condition between the server main thread and the kill server thread. -# -# Because of this race condition, the call to shutdown_performance_schema() -# was commented in sql/mysqld.cc, causing the reported leaks. -# - -{ - missing shutdown_performance_schema 1 - Memcheck:Leak - fun:malloc - fun:_Z10pfs_mallocmi -} - -{ - missing shutdown_performance_schema 2 - Memcheck:Leak - fun:malloc - fun:my_malloc - fun:_lf_alloc_new - 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 -} - -{ - missing shutdown_performance_schema 4 - Memcheck:Leak - fun:malloc - fun:my_malloc - fun:_lf_dynarray_lvalue - fun:_lf_pinbox_get_pins -} - -{ - missing shutdown_performance_schema 5 - Memcheck:Leak - fun:malloc - fun:my_malloc - fun:_lf_dynarray_lvalue - fun:lf_hash_insert -} - -{ - missing shutdown_performance_schema 6 - Memcheck:Leak - fun:malloc - fun:my_malloc - fun:_lf_dynarray_lvalue - fun:lf_hash_delete -} - -{ - missing shutdown_performance_schema 7 - Memcheck:Leak - fun:malloc - fun:my_malloc - fun:_lf_dynarray_lvalue - fun:lf_hash_search -} - { Bug 59874 Valgrind warning in InnoDB compression code Memcheck:Cond |