summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorTor Didriksen <tor.didriksen@oracle.com>2011-08-31 16:45:52 +0200
committerTor Didriksen <tor.didriksen@oracle.com>2011-08-31 16:45:52 +0200
commit739b8bec1249cb7c721e8aee4186accb0f8cccfb (patch)
treeb74a0bedb1d7008f6d2986dc046a5f17b4786516 /mysql-test/valgrind.supp
parentff7a78fdae537c61fca2c938bba87648eeea364c (diff)
downloadmariadb-git-739b8bec1249cb7c721e8aee4186accb0f8cccfb.tar.gz
Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEX
Post-push fix: Enable filesort pattern two, perfschema.selects failed.
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp21
1 files changed, 11 insertions, 10 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index d85ce5e3f86..571712a4089 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -894,16 +894,17 @@
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:inline_mysql_file_write
+ fun:my_b_flush_io_cache
+ fun:_Z15merge_many_buffP13st_sort_paramPhP10st_buffpekPjP11st_io_cache
+ fun:_Z8filesortP3THDP5TABLEP13st_sort_fieldjP10SQL_SELECTybPy
+}
{
Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEX / three