diff options
author | Tor Didriksen <tor.didriksen@oracle.com> | 2011-08-25 10:38:07 +0200 |
---|---|---|
committer | Tor Didriksen <tor.didriksen@oracle.com> | 2011-08-25 10:38:07 +0200 |
commit | 0c7db7839b052269e034d91a7597a74b3d1f90ba (patch) | |
tree | cbf209bb48290251851f20c86ca7198535336530 /dbug | |
parent | e46b3453bfd379f7eef4fcc01853f085007c012b (diff) | |
download | mariadb-git-0c7db7839b052269e034d91a7597a74b3d1f90ba.tar.gz |
Bug#12856915 VALGRIND FAILURE IN FILESORT/CREATE_SORT_INDEX
Suppress the known warnings generated by filesort().
The real fix belongs to worklog 1509:
Pack values of non-sorted fields in the sort buffer
(which is basically the same issue, but in an optimization context:
We are writing the entire sort buffer to disk,
including un-used space for varchar columns.)
mysql-test/valgrind.supp:
Add new Memcheck suppressions for filesort.
sql/filesort.cc:
Remove the ifdef HAVE_purify/bzero code, use valgrind suppressions instead.
Diffstat (limited to 'dbug')
0 files changed, 0 insertions, 0 deletions