summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorTor Didriksen <tor.didriksen@oracle.com>2011-08-30 10:19:36 +0200
committerTor Didriksen <tor.didriksen@oracle.com>2011-08-30 10:19:36 +0200
commit93d2fcbc9c96ac12dca3c7e037f48a4ab01892d3 (patch)
treed5006fde0a2b6e05954b3b999fb19a6c4a57f26b /mysql-test/valgrind.supp
parent4bcf50653029ce54d27390ba69f5f4428cbb573c (diff)
downloadmariadb-git-93d2fcbc9c96ac12dca3c7e037f48a4ab01892d3.tar.gz
Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEX
Post-push fix: The functions write_keys() and find_all_keys() may have a slightly different function signature, depending on compiler/platform/flags.
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp7
1 files changed, 5 insertions, 2 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index 3751a339a1a..e2fdc727da5 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -792,6 +792,9 @@
fun:row_drop_table_for_mysql
}
+# Note the wildcard in the (mangled) function signatures of
+# write_keys() and find_all_keys().
+# They both return ha_rows, which is platform dependent.
{
Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEX / one
Memcheck:Param
@@ -800,8 +803,8 @@
fun:my_write
fun:my_b_flush_io_cache
fun:_my_b_write
- fun:_ZL10write_keysP13st_sort_paramPPhjP11st_io_cacheS4_
- fun:_ZL13find_all_keysP13st_sort_paramP10SQL_SELECTPPhP11st_io_cacheS6_S6_
+ fun:_Z*10write_keysP13st_sort_paramPPhjP11st_io_cacheS4_
+ fun:_Z*13find_all_keysP13st_sort_paramP10SQL_SELECTPPhP11st_io_cacheS6_S6_
fun:_Z8filesortP3THDP8st_tableP13st_sort_fieldjP10SQL_SELECTybPy
}