diff options
| -rw-r--r-- | mysql-plugin-bug.patch | 24 | ||||
| -rw-r--r-- | mysql.spec | 5 | 
2 files changed, 9 insertions, 20 deletions
diff --git a/mysql-plugin-bug.patch b/mysql-plugin-bug.patch index 72546ec..856a9d4 100644 --- a/mysql-plugin-bug.patch +++ b/mysql-plugin-bug.patch @@ -1,23 +1,9 @@ -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. +--- mysql-5.1.47/mysql-test/t/disabled.def.orig	2010-05-06 17:58:11.000000000 +0200 ++++ mysql-5.1.47/mysql-test/t/disabled.def	2010-05-21 07:12:00.270542964 +0200 +@@ -13,3 +13,6 @@   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 + partition_innodb_plugin  : Bug#53307 2010-04-30 VasilDimov valgrind warnings + ps_3innodb               : Bug#53309 2010-04-30 VasilDimov valgrind warnings  +#  +plugin_load         : gives wrong answer on PPC64  +outfile_loaddata    : gives different results on different platforms @@ -1,5 +1,5 @@  Name: mysql -Version: 5.1.46 +Version: 5.1.47  Release: 1%{?dist}  Summary: MySQL client programs and shared libraries  Group: Applications/Databases @@ -606,6 +606,9 @@ fi  %changelog +* Fri May 21 2010 Remi Collet <RPMS@FamilleCollet.com> - 5.1.47-1 +- Update to MySQL 5.1.47 Community Server GA +  * Mon Apr 26 2010 Remi Collet <RPMS@FamilleCollet.com> - 5.1.46-1.###.remi  - Update to MySQL 5.1.46 Community Server GA  | 
