summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2020-07-03 21:49:45 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2020-07-04 11:53:26 +0200
commit272828a171417c2cc7b27b7e3aad18c85bb7d0be (patch)
tree993dea827655fce69cc74eb5abff5d9e8b1aaaaf /mysql-test/valgrind.supp
parentd15c839c0dab4016eb425fdb109a5dd8ecd918a4 (diff)
parent7a4afad969e5cb903cdf82386398a75710f5ed80 (diff)
downloadmariadb-git-272828a171417c2cc7b27b7e3aad18c85bb7d0be.tar.gz
Merge branch '10.5' into 10.6
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp39
1 files changed, 0 insertions, 39 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index 9ebf1bd04af..fc6d2e7ec86 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -750,45 +750,6 @@
# Note the wildcard in the (mangled) function signatures of
# write_keys() and find_all_keys().
# They both return ha_rows, which is platform dependent.
-#
-# The '...' wildcards are for 'fun:inline_mysql_file_write' and
-# 'fun:find_all_keys' which *may* be inlined.
-{
- Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEX / one
- Memcheck:Param
- write(buf)
- obj:*/libpthread*.so
- fun:my_write
- ...
- fun:my_b_flush_io_cache
- fun:_my_b_write
- fun:_Z*10write_keysP13st_sort_paramPPhjP11st_io_cacheS4_
- ...
- 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:_Z8filesortP3THDP5TABLEP13st_sort_fieldjP10SQL_SELECTybPy
-}
-
-{
- Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEX / three
- Memcheck:Param
- write(buf)
- obj:*/libpthread*.so
- fun:my_write
- ...
- fun:my_b_flush_io_cache
- fun:_Z8filesortP3THDP5TABLEP13st_sort_fieldjP10SQL_SELECTybPy
-}
{
OpenSSL still reachable.