Update to MySQL 5.1.36
This commit is contained in:
parent
c9d92c2197
commit
aac391952f
@ -1 +1 @@
|
||||
mysql-5.1.35.tar.gz
|
||||
mysql-5.1.36.tar.gz
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user