diff options
author | Tor Didriksen <tor.didriksen@oracle.com> | 2012-02-14 08:11:28 +0100 |
---|---|---|
committer | Tor Didriksen <tor.didriksen@oracle.com> | 2012-02-14 08:11:28 +0100 |
commit | 8e5d9991d19d26b6be9a7d9ef13516e14a69e8c4 (patch) | |
tree | d679ab12a26f6a18791c6d71095d2658fbdb537f /mysql-test/valgrind.supp | |
parent | 5cfe937f24647dc8f2ddc66a6b1899a298322349 (diff) | |
download | mariadb-git-8e5d9991d19d26b6be9a7d9ef13516e14a69e8c4.tar.gz |
Bug#13633383 63183: SMALL SORT_BUFFER_SIZE CRASH IN MERGE_BUFFERS
This patch is a backport of some of the cleanups/refactorings that were done
as part of WL#1393 Optimizing filesort with small limit.
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 0ea50c92985..52b59da58cd 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -893,7 +893,7 @@ fun:my_b_flush_io_cache fun:_my_b_write fun:_Z*10write_keysP13st_sort_paramPPhjP11st_io_cacheS4_ - fun:_Z*13find_all_keysP13st_sort_paramP10SQL_SELECTPPhP11st_io_cacheS6_S6_ + fun:_Z*13find_all_keysP13st_sort_paramP10SQL_SELECTPPhP11st_io_cacheS6_ fun:_Z8filesortP3THDP5TABLEP13st_sort_fieldjP10SQL_SELECTybPy } |