summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorTor Didriksen <tor.didriksen@oracle.com>2011-08-29 10:07:18 +0200
committerTor Didriksen <tor.didriksen@oracle.com>2011-08-29 10:07:18 +0200
commitd9ceec6631d9bea76ec3b76636e002356bfcf366 (patch)
tree4cfeae95c98bd33b9a1d6365d4f96bfa8b88a3ca /mysql-test/valgrind.supp
parenta60790f4db19aedf64261e57d0f3cbb44d6525e2 (diff)
downloadmariadb-git-d9ceec6631d9bea76ec3b76636e002356bfcf366.tar.gz
Bug#12856915 adapt valgrind suppressions to 5.5
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp26
1 files changed, 14 insertions, 12 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index a0345684cb4..f6bf8a690e4 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -883,23 +883,24 @@
write(buf)
obj:*/libpthread*.so
fun:my_write
+ fun:inline_mysql_file_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:_Z8filesortP3THDP8st_tableP13st_sort_fieldjP10SQL_SELECTybPy
+ fun:_Z8filesortP3THDP5TABLEP13st_sort_fieldjP10SQL_SELECTybPy
}
-{
- Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEX / two
- Memcheck:Param
- write(buf)
- obj:*/libpthread*.so
- fun:my_write
- fun:my_b_flush_io_cache
- fun:_Z15merge_many_buffP13st_sort_paramPhP10st_buffpekPjP11st_io_cache
- fun:_Z8filesortP3THDP8st_tableP13st_sort_fieldjP10SQL_SELECTybPy
-}
+## {
+## Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEX / two
+## Memcheck:Param
+## write(buf)
+## obj:*/libpthread*.so
+## fun:my_write
+## fun:my_b_flush_io_cache
+## fun:_Z15merge_many_buffP13st_sort_paramPhP10st_buffpekPjP11st_io_cache
+## fun:_Z8filesortP3THDP8st_tableP13st_sort_fieldjP10SQL_SELECTybPy
+## }
{
Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEX / three
@@ -907,6 +908,7 @@
write(buf)
obj:*/libpthread*.so
fun:my_write
+ fun:inline_mysql_file_write
fun:my_b_flush_io_cache
- fun:_Z8filesortP3THDP8st_tableP13st_sort_fieldjP10SQL_SELECTybPy
+ fun:_Z8filesortP3THDP5TABLEP13st_sort_fieldjP10SQL_SELECTybPy
}