Merge lp:~laurynas-biveinis/percona-server/bug1334317-5.5 into lp:percona-server/5.5

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 677
Proposed branch: lp:~laurynas-biveinis/percona-server/bug1334317-5.5
Merge into: lp:percona-server/5.5
Diff against target: 11 lines (+1/-1)
1 file modified
mysql-test/valgrind.supp (+1/-1)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-server/bug1334317-5.5
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+226578@code.launchpad.net

Description of the change

Fix bug 1334317 (Suppression typo causing spurious MTR Valgrind
failures) by tweaking the suppression to account for filesort calling
write_keys directly too.

Tested locally.

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mysql-test/valgrind.supp'
2--- mysql-test/valgrind.supp 2012-04-19 16:51:34 +0000
3+++ mysql-test/valgrind.supp 2014-07-12 14:09:25 +0000
4@@ -902,7 +902,7 @@
5 fun:my_b_flush_io_cache
6 fun:_my_b_write
7 fun:_Z*10write_keysP13st_sort_paramPPhjP11st_io_cacheS4_
8- fun:_Z*13find_all_keysP13st_sort_paramP10SQL_SELECTPPhP11st_io_cacheS6_
9+ ...
10 fun:_Z8filesortP3THDP5TABLEP13st_sort_fieldjP10SQL_SELECTybPy
11 }
12

Subscribers

People subscribed via source and target branches