[mysql/f15] Update to MySQL 5.5.13

Tom Lane tgl at fedoraproject.org
Sun Jun 5 19:06:00 UTC 2011


commit 2f9ffc24630dc45f0a91b2b08083f16cb1b1df41
Author: Tom Lane <tgl at redhat.com>
Date:   Thu Jun 2 00:49:52 2011 -0400

    Update to MySQL 5.5.13

 .gitignore               |    2 +-
 mysql-disable-test.patch |   11 ++++-------
 mysql.spec               |    6 +++++-
 sources                  |    2 +-
 4 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1c302c..923c31a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mysql-5.5.12-nodocs.tar.gz
+/mysql-5.5.13-nodocs.tar.gz
diff --git a/mysql-disable-test.patch b/mysql-disable-test.patch
index cc80d2f..902a068 100644
--- a/mysql-disable-test.patch
+++ b/mysql-disable-test.patch
@@ -3,14 +3,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
 (note that upstream has also disabled it, but only for Solaris, so we still
 need this patch).
+This is allegedly fixed for 5.5.14 ...
 
 Also disable sys_vars.plugin_dir_basic, which is broken because
 mysql-test-run doesn't set the right value of MYSQL_LIBDIR.  Upstream at
 http://bugs.mysql.com/bug.php?id=52223
-
-Also disable perfschema.binlog_mix and perfschema.binlog_row, which have
-expected output that doesn't match when openssl is in use.  Upstream at
-http://bugs.mysql.com/bug.php?id=59091
+Still fails in 5.5.13, but apparently due to be fixed soon?
+upstream marked it closed on 2-May.
 
 Also disable innodb.innodb, which is showing platform-dependent results
 as of 5.5.9.  Upstream at http://bugs.mysql.com/bug.php?id=60155
@@ -19,13 +18,11 @@ as of 5.5.9.  Upstream at http://bugs.mysql.com/bug.php?id=60155
 diff -Naur mysql-5.5.12.orig/mysql-test/t/disabled.def mysql-5.5.12/mysql-test/t/disabled.def
 --- mysql-5.5.12.orig/mysql-test/t/disabled.def	2011-04-11 06:44:01.000000000 -0400
 +++ mysql-5.5.12/mysql-test/t/disabled.def	2011-05-10 18:42:11.742438341 -0400
-@@ -17,3 +17,9 @@
+@@ -17,3 +17,7 @@
  alter_table-big          : Bug#37248 2010-11-15 mattiasj was not tested
  create-big               : Bug#37248 2010-11-15 mattiasj was not tested
  archive-big              : Bug#11817185 2011-03-10 Anitha Disabled since this leads to timeout on Solaris Sparc
 +#
 +outfile_loaddata         : bug#46895 code wrong, expected results wrong too
 +sys_vars.plugin_dir_basic : bug#52223 fails for lib64 library directory
-+perfschema.binlog_mix    : bug#59091 fails with openssl
-+perfschema.binlog_row    : bug#59091 fails with openssl
 +innodb.innodb            : bug#60155 has platform-dependent results
diff --git a/mysql.spec b/mysql.spec
index 5056427..6792b9b 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -1,5 +1,5 @@
 Name: mysql
-Version: 5.5.12
+Version: 5.5.13
 Release: 1%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
@@ -609,6 +609,10 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Thu Jun  2 2011 Tom Lane <tgl at redhat.com> 5.5.13-1
+- Update to MySQL 5.5.13, for various fixes described at
+  http://dev.mysql.com/doc/refman/5.5/en/news-5-5-13.html
+
 * Tue May 10 2011 Tom Lane <tgl at redhat.com> 5.5.12-1
 - Update to MySQL 5.5.12, for various fixes described at
   http://dev.mysql.com/doc/refman/5.5/en/news-5-5-12.html
diff --git a/sources b/sources
index 5ed951e..12bbb1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4bb8712ed3c4020b3d41be1a9dd233ec  mysql-5.5.12-nodocs.tar.gz
+71b1b0f4ec421cc3505849a0ef7b1de6  mysql-5.5.13-nodocs.tar.gz


More information about the scm-commits mailing list