3793 Christopher Powers 2012-01-26
Bug#13440472 MANY VALGRIND FAILURES ON DAILY-TRUNK
Added one more suppression
modified:
mysql-test/valgrind.supp
3792 Christopher Powers 2012-01-26
Bug#13440472 MANY VALGRIND FAILURES ON DAILY-TRUNK
Deallocate the array of PFS instrument configuration values during
server shutdown to avoid Valgrind errors.
modified:
sql/mysqld.cc
storage/perfschema/pfs_server.cc
=== modified file 'mysql-test/valgrind.supp'
--- a/mysql-test/valgrind.supp 2011-12-09 08:32:03 +0000
+++ b/mysql-test/valgrind.supp 2012-01-26 19:03:55 +0000
@@ -826,6 +826,16 @@
}
{
+ missing shutdown_performance_schema 11
+ Memcheck:Leak
+ fun:malloc
+ fun:my_malloc
+ fun:init_dynamic_array2
+ fun:_Z11mysqld_mainiPPc
+ fun:(below main)
+}
+
+{
Bug 59874 Valgrind warning in InnoDB compression code
Memcheck:Cond
fun:*
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (chris.powers:3792 to 3793) Bug#13440472 | Christopher Powers | 30 Jan |