diff options
author | Tor Didriksen <tor.didriksen@oracle.com> | 2011-08-29 09:50:27 +0200 |
---|---|---|
committer | Tor Didriksen <tor.didriksen@oracle.com> | 2011-08-29 09:50:27 +0200 |
commit | a60790f4db19aedf64261e57d0f3cbb44d6525e2 (patch) | |
tree | 3cd0183ef1e9841813bbbb7cce8e13fddc003134 /mysql-test/valgrind.supp | |
parent | 4f0dfb36a05ae1df94355510c2f97d9e47003b5a (diff) | |
parent | 0c7db7839b052269e034d91a7597a74b3d1f90ba (diff) | |
download | mariadb-git-a60790f4db19aedf64261e57d0f3cbb44d6525e2.tar.gz |
merge 5.1 => 5.5
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index b2cb4b0dd3e..a0345684cb4 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -876,3 +876,37 @@ fun:buf_buddy_free_low fun:buf_buddy_free } + +{ + 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:_ZL10write_keysP13st_sort_paramPPhjP11st_io_cacheS4_ + fun:_ZL13find_all_keysP13st_sort_paramP10SQL_SELECTPPhP11st_io_cacheS6_S6_ + 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 + Memcheck:Param + write(buf) + obj:*/libpthread*.so + fun:my_write + fun:my_b_flush_io_cache + fun:_Z8filesortP3THDP8st_tableP13st_sort_fieldjP10SQL_SELECTybPy +} |