From: Marc Alff Date: May 14 2012 6:49pm Subject: bzr push into mysql-trunk-pfs-tuning branch (marc.alff:3510 to 3511) List-Archive: http://lists.mysql.com/commits/143800 Message-Id: <201205141849.q4EInsiX032437@acsmt356.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3511 Marc Alff 2012-05-14 Fixed valgrind warnings related to LF_HASH modified: mysql-test/valgrind.supp 3510 Marc Alff 2012-05-14 Pre requisite to implement static psi calls: - replaces PSI_CALL by PSI_XXX_CALL for each type of instrumentation modified: include/mysql/psi/mysql_file.h include/mysql/psi/mysql_idle.h include/mysql/psi/mysql_socket.h include/mysql/psi/mysql_stage.h include/mysql/psi/mysql_statement.h include/mysql/psi/mysql_table.h include/mysql/psi/mysql_thread.h include/mysql/psi/psi.h mysys/my_thr_init.c sql/handler.cc sql/mysqld.cc sql/sql_acl.cc sql/sql_base.cc sql/sql_class.cc sql/sql_class.h sql/sql_table.cc sql/table.cc storage/innobase/include/os0file.h storage/innobase/include/os0sync.ic storage/innobase/include/srv0srv.h storage/innobase/include/sync0rw.ic storage/innobase/include/sync0sync.ic storage/perfschema/unittest/pfs_benchmark-t.cc === modified file 'mysql-test/valgrind.supp' --- a/mysql-test/valgrind.supp 2012-03-21 15:59:46 +0000 +++ b/mysql-test/valgrind.supp 2012-05-14 18:49:08 +0000 @@ -718,13 +718,21 @@ # { - missing shutdown_performance_schema 1 + missing shutdown_performance_schema 1a Memcheck:Leak fun:malloc fun:_Z10pfs_mallocmi } { + missing shutdown_performance_schema 1b + Memcheck:Leak + fun:memalign + fun:posix_memalign + fun:_Z10pfs_mallocmi +} + +{ missing shutdown_performance_schema 2 Memcheck:Leak fun:malloc @@ -738,10 +746,19 @@ # can't provide more stack context. # { - missing shutdown_performance_schema 3 + missing shutdown_performance_schema 3a + Memcheck:Leak + fun:malloc + fun:my_malloc + fun:initialize_bucket +} + +{ + missing shutdown_performance_schema 3b Memcheck:Leak fun:malloc fun:my_malloc + fun:_lf_dynarray_lvalue fun:initialize_bucket } No bundle (reason: useless for push emails).