3799 Christopher Powers 2012-01-28
Bug#13440472 MANY VALGRIND FAILURES ON DAILY-TRUNK
Added Valgrind suppression case for add_pfs_instr_to_array().
modified:
mysql-test/valgrind.supp
3798 Ole John Aske 2012-01-27
Followup fix for bug#13330645.
As we now don't request HA_MRR_SORTED when there are no sort requirements, we have
to add some '--sorted_result' to the tests in order to get the expected row order
in the results.
modified:
mysql-test/suite/parts/inc/partition-dml-1-7.inc
mysql-test/suite/parts/inc/partition-dml-1-8.inc
mysql-test/suite/parts/inc/partition_key_16col.inc
mysql-test/suite/parts/inc/partition_key_32col.inc
mysql-test/suite/parts/inc/partition_key_4col.inc
mysql-test/suite/parts/inc/partition_key_8col.inc
mysql-test/suite/parts/r/partition_special_myisam.result
=== modified file 'mysql-test/valgrind.supp'
--- a/mysql-test/valgrind.supp 2012-01-26 19:03:55 +0000
+++ b/mysql-test/valgrind.supp 2012-01-29 00:57:40 +0000
@@ -782,7 +782,7 @@
}
{
- missing shutdown_performance_schema 8
+ missing shutdown_performance_schema 8a
Memcheck:Leak
fun:malloc
fun:my_malloc
@@ -794,6 +794,18 @@
}
{
+ missing shutdown_performance_schema 8b
+ Memcheck:Leak
+ fun:malloc
+ fun:my_malloc
+ fun:_Z22add_pfs_instr_to_arrayPKcS0_
+ fun:mysqld_get_one_option
+ fun:handle_options
+ fun:_Z11mysqld_mainiPPc
+ fun:(below main)
+}
+
+{
missing shutdown_performance_schema 9
Memcheck:Leak
fun:malloc
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (chris.powers:3798 to 3799) Bug#13440472 | Christopher Powers | 30 Jan |