Update to MySQL 5.1.43

This commit is contained in:
Tom Lane 2010-02-13 05:48:50 +00:00 committed by Michal Schorm
parent ad282b2a56
commit 021d6527f9
4 changed files with 14 additions and 10 deletions

View File

@ -1 +1 @@
mysql-5.1.42.tar.gz
mysql-5.1.43.tar.gz

View File

@ -11,13 +11,13 @@ 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.42.orig/mysql-test/t/disabled.def mysql-5.1.42/mysql-test/t/disabled.def
--- mysql-5.1.42.orig/mysql-test/t/disabled.def 2009-12-16 13:21:00.000000000 -0500
+++ mysql-5.1.42/mysql-test/t/disabled.def 2010-01-01 18:45:49.000000000 -0500
@@ -13,3 +13,6 @@
diff -Naur mysql-5.1.43.orig/mysql-test/t/disabled.def mysql-5.1.43/mysql-test/t/disabled.def
--- mysql-5.1.43.orig/mysql-test/t/disabled.def 2010-01-15 12:46:09.000000000 -0500
+++ mysql-5.1.43/mysql-test/t/disabled.def 2010-02-12 23:20:23.000000000 -0500
@@ -11,3 +11,6 @@
##############################################################################
kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
rpl_killed_ddl : Bug#45520: rpl_killed_ddl fails sporadically in pb2
innodb-autoinc : Bug#49267 2009-12-02 test fails on windows because of different case mode
+#
+plugin_load : gives wrong answer on PPC64
+outfile_loaddata : gives different results on different platforms

View File

@ -1,6 +1,6 @@
Name: mysql
Version: 5.1.42
Release: 7%{?dist}
Version: 5.1.43
Release: 1%{?dist}
Summary: MySQL client programs and shared libraries
Group: Applications/Databases
URL: http://www.mysql.com
@ -670,6 +670,10 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
* Fri Feb 12 2010 Tom Lane <tgl@redhat.com> 5.1.43-1
- Update to MySQL 5.1.43, for various fixes described at
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-43.html
* Fri Jan 29 2010 Tom Lane <tgl@redhat.com> 5.1.42-7
- Add backported patch for CVE-2008-7247 (upstream bug 39277)
Related: #543619

View File

@ -1 +1 @@
b644b219e130b7c6bca81948f75d72d7 mysql-5.1.42.tar.gz
451fd3e8c55eecdf4c3ed109dce62f01 mysql-5.1.43.tar.gz