Update to MySQL 5.1.36

This commit is contained in:
Tom Lane 2009-07-11 03:43:11 +00:00 committed by Michal Schorm
parent c9d92c2197
commit aac391952f
4 changed files with 14 additions and 10 deletions

View File

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

View File

@ -7,12 +7,12 @@ http://bugs.mysql.com/bug.php?id=42144
For the moment, just disable this test.
diff -Naur mysql-5.1.35.orig/mysql-test/t/disabled.def mysql-5.1.35/mysql-test/t/disabled.def
--- mysql-5.1.35.orig/mysql-test/t/disabled.def 2009-05-14 08:22:26.000000000 -0400
+++ mysql-5.1.35/mysql-test/t/disabled.def 2009-06-06 18:58:28.000000000 -0400
@@ -15,3 +15,5 @@
#concurrent_innodb_safelog: disabled for embedded server due to bug#43733 Select on processlist let the embedded server crash (concurrent_innodb_safelog).
#concurrent_innodb_unsafelog: disabled for embedded server due to bug#43733.
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.
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
+#
+plugin_load : gives wrong answer on PPC64

View File

@ -1,5 +1,5 @@
Name: mysql
Version: 5.1.35
Version: 5.1.36
Release: 1%{?dist}
Summary: MySQL client programs and shared libraries
Group: Applications/Databases
@ -639,6 +639,10 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
* Fri Jul 10 2009 Tom Lane <tgl@redhat.com> 5.1.36-1
- Update to MySQL 5.1.36, for various fixes described at
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-36.html
* Sat Jun 6 2009 Tom Lane <tgl@redhat.com> 5.1.35-1
- Update to MySQL 5.1.35, for various fixes described at
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-35.html

View File

@ -1 +1 @@
327bffc7a2a5fd4471fbbaab125275cd mysql-5.1.35.tar.gz
18e694c4ecbe851fe8e21e1668116c46 mysql-5.1.36.tar.gz