From 021d6527f95e6e59c89cec3a27d69fc9eb1ad5ac Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 13 Feb 2010 05:48:50 +0000 Subject: [PATCH] Update to MySQL 5.1.43 --- .cvsignore | 2 +- mysql-plugin-bug.patch | 12 ++++++------ mysql.spec | 8 ++++++-- sources | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3b2788f..e1e5697 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mysql-5.1.42.tar.gz +mysql-5.1.43.tar.gz diff --git a/mysql-plugin-bug.patch b/mysql-plugin-bug.patch index 14e4e1a..4de52bc 100644 --- a/mysql-plugin-bug.patch +++ b/mysql-plugin-bug.patch @@ -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 diff --git a/mysql.spec b/mysql.spec index 510db88..63e7d82 100644 --- a/mysql.spec +++ b/mysql.spec @@ -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 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 5.1.42-7 - Add backported patch for CVE-2008-7247 (upstream bug 39277) Related: #543619 diff --git a/sources b/sources index 70ac5ca..4d33fe7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b644b219e130b7c6bca81948f75d72d7 mysql-5.1.42.tar.gz +451fd3e8c55eecdf4c3ed109dce62f01 mysql-5.1.43.tar.gz