Update to MySQL 5.1.37

This commit is contained in:
Tom Lane 2009-08-03 02:23:58 +00:00 committed by Michal Schorm
parent 33ad180fb7
commit 8ac557d4bb
4 changed files with 14 additions and 9 deletions

View File

@ -1 +1 @@
mysql-5.1.36.tar.gz mysql-5.1.37.tar.gz

View File

@ -7,12 +7,13 @@ http://bugs.mysql.com/bug.php?id=42144
For the moment, just disable this test. 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 diff -Naur mysql-5.1.37.orig/mysql-test/t/disabled.def mysql-5.1.37/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.37.orig/mysql-test/t/disabled.def 2009-07-13 19:43:47.000000000 -0400
+++ mysql-5.1.36/mysql-test/t/disabled.def 2009-07-10 22:00:42.000000000 -0400 +++ mysql-5.1.37/mysql-test/t/disabled.def 2009-08-02 20:43:36.000000000 -0400
@@ -12,3 +12,5 @@ @@ -13,4 +13,5 @@
kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
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" 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 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 +plugin_load : gives wrong answer on PPC64

View File

@ -1,6 +1,6 @@
Name: mysql Name: mysql
Version: 5.1.36 Version: 5.1.37
Release: 2%{?dist} Release: 1%{?dist}
Summary: MySQL client programs and shared libraries Summary: MySQL client programs and shared libraries
Group: Applications/Databases Group: Applications/Databases
URL: http://www.mysql.com URL: http://www.mysql.com
@ -639,6 +639,10 @@ fi
%{_mandir}/man1/mysql_client_test.1* %{_mandir}/man1/mysql_client_test.1*
%changelog %changelog
* Sun Aug 2 2009 Tom Lane <tgl@redhat.com> 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 <rel-eng@lists.fedoraproject.org> - 5.1.36-2 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.36-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
18e694c4ecbe851fe8e21e1668116c46 mysql-5.1.36.tar.gz cbdb8783b053019755ee9196f67ea04c mysql-5.1.37.tar.gz