From b24232dd15a8d736afe4c03159b070c22a00e655 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 9 May 2010 11:05:53 +0200 Subject: Import mysql-5.1.46-1 --- mysql-plugin-bug.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 mysql-plugin-bug.patch (limited to 'mysql-plugin-bug.patch') diff --git a/mysql-plugin-bug.patch b/mysql-plugin-bug.patch new file mode 100644 index 0000000..72546ec --- /dev/null +++ b/mysql-plugin-bug.patch @@ -0,0 +1,23 @@ +The plugin_load test fails on PPC64 (maybe not always, but at least in the +several tries I've made so far). It doesn't fail on x86, x86_64, or ppc, +at least not in a similarly small number of tries. My best theory at the +moment is that the test itself is wrong. Reported upstream at +http://bugs.mysql.com/bug.php?id=42144 + +For the moment, just disable this test. + +Also, disable the outfile_loaddata test, which as of 5.1.38 is giving +platform-dependent results, with the "expected" results being arguably the +wrong ones. This is upstream at http://bugs.mysql.com/bug.php?id=46895 + + +diff -Naur mysql-5.1.44.orig/mysql-test/t/disabled.def mysql-5.1.44/mysql-test/t/disabled.def +--- mysql-5.1.44.orig/mysql-test/t/disabled.def 2010-02-04 07:07:08.000000000 -0500 ++++ mysql-5.1.44/mysql-test/t/disabled.def 2010-02-19 21:16:15.000000000 -0500 +@@ -12,3 +12,6 @@ + kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild. + query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically + innodb-autoinc-44030 : BUG#47621 2009-01-22 svoj MySQL and InnoDB dicts getting out of sync ++# ++plugin_load : gives wrong answer on PPC64 ++outfile_loaddata : gives different results on different platforms -- cgit