diff options
author | Marc Alff <marc.alff@oracle.com> | 2011-02-04 08:26:30 -0700 |
---|---|---|
committer | Marc Alff <marc.alff@oracle.com> | 2011-02-04 08:26:30 -0700 |
commit | e6f39a9a242194e7f2887747fdbba7352294af21 (patch) | |
tree | d2fc6d8dd137e5abe9ef4a63b7e44699b2fe102d /mysql-test/valgrind.supp | |
parent | fb48726bdd876a76aaf4e0e19156b827ffb3f897 (diff) | |
download | mariadb-git-e6f39a9a242194e7f2887747fdbba7352294af21.tar.gz |
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.
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 725e7da43db..bcb01832b6d 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -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 } { |