3302 Marc Alff 2011-02-04
Bug#58740 Valgrind warning in PFS (pfs_setup_actor.cc)
Valgrind gets confused by the call stack generated with optimized
builds, with inlined functions.
Reduced the stack context for the suppression in lf_pinbox_get_pins.
modified:
mysql-test/valgrind.supp
3301 Luis Soares 2011-02-04 [merge]
BUG#59147: automerge mysql-5.1 into mysql-5.5.
modified:
mysql-test/include/rpl_sync.inc
mysql-test/suite/rpl/r/rpl_circular_for_4_hosts.result
mysql-test/suite/rpl/t/rpl_circular_for_4_hosts.test
=== modified file 'mysql-test/valgrind.supp'
--- a/mysql-test/valgrind.supp 2011-01-18 10:21:37 +0000
+++ b/mysql-test/valgrind.supp 2011-02-04 15:26:30 +0000
@@ -1,4 +1,4 @@
-# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
@@ -806,7 +806,6 @@
fun:my_malloc
fun:_lf_dynarray_lvalue
fun:_lf_pinbox_get_pins
- fun:lf_pinbox_get_pins
}
{
Attachment: [text/bzr-bundle] bzr/marc.alff@oracle.com-20110204152630-czusj058w6ltwz7i.bundle
| Thread |
|---|
| • bzr push into mysql-5.5 branch (marc.alff:3301 to 3302) Bug#58740 | Marc Alff | 4 Feb |