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 | 6b7f9c0aec2e3af594f4779aec9b12010d84f4bb (patch) | |
tree | d679ab12a26f6a18791c6d71095d2658fbdb537f /mysql-test/valgrind.supp | |
parent | 59185bd6e3c9c89bea5263336083858f23254cf8 (diff) | |
download | mariadb-git-6b7f9c0aec2e3af594f4779aec9b12010d84f4bb.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.
mysql-test/t/bug13633383.test:
New test case.
mysql-test/valgrind.supp:
Changed signature for find_all_keys
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 } |