[mysql/f14] Update to MySQL 5.1.58

Tom Lane tgl at fedoraproject.org
Sat Jul 16 23:12:40 UTC 2011


commit 775ba3bffe72f1a545101285f94411787ff4cbc5
Author: Tom Lane <tgl at redhat.com>
Date:   Sat Jul 16 19:12:04 2011 -0400

    Update to MySQL 5.1.58

 .gitignore               |    2 +-
 mysql-disable-test.patch |   15 ++++++++-------
 mysql.spec               |    6 +++++-
 sources                  |    2 +-
 4 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1bbccc3..add47c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mysql-5.1.56-nodocs.tar.gz
+/mysql-5.1.58-nodocs.tar.gz
diff --git a/mysql-disable-test.patch b/mysql-disable-test.patch
index 2a39119..8dc335e 100644
--- a/mysql-disable-test.patch
+++ b/mysql-disable-test.patch
@@ -5,12 +5,13 @@ wrong ones.  This is upstream at http://bugs.mysql.com/bug.php?id=46895
 need this patch).
 
 
-diff -Naur mysql-5.1.56.orig/mysql-test/t/disabled.def mysql-5.1.56/mysql-test/t/disabled.def
---- mysql-5.1.56.orig/mysql-test/t/disabled.def	2011-02-11 14:47:30.000000000 -0500
-+++ mysql-5.1.56/mysql-test/t/disabled.def	2011-04-11 22:54:11.070934609 -0400
-@@ -13,3 +13,5 @@
- query_cache_28249        : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
- log_tables-big           : Bug#48646 2010-11-15 mattiasj report already exists
- read_many_rows_innodb    : Bug#37635 2010-11-15 mattiasj report already exists
+diff -Naur mysql-5.1.58.orig/mysql-test/t/disabled.def mysql-5.1.58/mysql-test/t/disabled.def
+--- mysql-5.1.58.orig/mysql-test/t/disabled.def	2011-07-01 11:35:55.000000000 -0400
++++ mysql-5.1.58/mysql-test/t/disabled.def	2011-07-16 18:01:17.462388473 -0400
+@@ -12,4 +12,5 @@
+ kill                     : Bug#11748945 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
+ read_many_rows_innodb    : Bug#11748886 2010-11-15 mattiasj report already exists
+ main.log_tables-big      : Bug#11756699 2010-11-15 mattiasj report already exists
+-
 +#
 +outfile_loaddata         : bug#46895 code wrong, expected results wrong too
diff --git a/mysql.spec b/mysql.spec
index dcfc35e..5beb7c9 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -1,5 +1,5 @@
 Name: mysql
-Version: 5.1.56
+Version: 5.1.58
 Release: 1%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
@@ -577,6 +577,10 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Sat Jul 16 2011 Tom Lane <tgl at redhat.com> 5.1.58-1
+- Update to MySQL 5.1.58, for various fixes described at
+  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-58.html
+
 * Tue Apr 12 2011 Tom Lane <tgl at redhat.com> 5.1.56-1
 - Update to MySQL 5.1.56, for various fixes described at
   http://dev.mysql.com/doc/refman/5.1/en/news-5-1-56.html
diff --git a/sources b/sources
index 04d40c2..41e46ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37f3bb29e23141d292f4819471084a0e  mysql-5.1.56-nodocs.tar.gz
+4402708227178fc93ba2ab1e31fb4f86  mysql-5.1.58-nodocs.tar.gz


More information about the scm-commits mailing list