diff --git a/.cvsignore b/.cvsignore index d8f489a..335cd2f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mysql-5.1.36.tar.gz +mysql-5.1.37.tar.gz diff --git a/mysql-plugin-bug.patch b/mysql-plugin-bug.patch index 35036eb..8830bc7 100644 --- a/mysql-plugin-bug.patch +++ b/mysql-plugin-bug.patch @@ -7,12 +7,13 @@ http://bugs.mysql.com/bug.php?id=42144 For the moment, just disable this test. -diff -Naur mysql-5.1.36.orig/mysql-test/t/disabled.def mysql-5.1.36/mysql-test/t/disabled.def ---- mysql-5.1.36.orig/mysql-test/t/disabled.def 2009-06-16 09:43:04.000000000 -0400 -+++ mysql-5.1.36/mysql-test/t/disabled.def 2009-07-10 22:00:42.000000000 -0400 -@@ -12,3 +12,5 @@ - kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild. +diff -Naur mysql-5.1.37.orig/mysql-test/t/disabled.def mysql-5.1.37/mysql-test/t/disabled.def +--- mysql-5.1.37.orig/mysql-test/t/disabled.def 2009-07-13 19:43:47.000000000 -0400 ++++ mysql-5.1.37/mysql-test/t/disabled.def 2009-08-02 20:43:36.000000000 -0400 +@@ -13,4 +13,5 @@ innodb_bug39438 : Bug#42383 2009-01-28 lsoares "This fails in embedded and on windows. Note that this test is not run on windows and on embedded in PB for main trees currently" query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically + init_connect : Bug#44920 2009-07-06 pcrews MTR not processing master.opt input properly on Windows. *Must be done this way due to the nature of the bug* +- +# +plugin_load : gives wrong answer on PPC64 diff --git a/mysql.spec b/mysql.spec index f06a302..72ddf57 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,6 +1,6 @@ Name: mysql -Version: 5.1.36 -Release: 2%{?dist} +Version: 5.1.37 +Release: 1%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -639,6 +639,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Sun Aug 2 2009 Tom Lane 5.1.37-1 +- Update to MySQL 5.1.37, for various fixes described at + http://dev.mysql.com/doc/refman/5.1/en/news-5-1-37.html + * Sat Jul 25 2009 Fedora Release Engineering - 5.1.36-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 6ccf51b..39a7477 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18e694c4ecbe851fe8e21e1668116c46 mysql-5.1.36.tar.gz +cbdb8783b053019755ee9196f67ea04c mysql-5.1.37.tar.gz