[mysql/f14/master] Update to MySQL 5.1.51

Tom Lane tgl at fedoraproject.org
Wed Oct 6 04:08:07 UTC 2010


commit 0306c6edd96eadae888881dcb5277775e9a780fe
Author: Tom Lane <tgl at redhat.com>
Date:   Tue Oct 5 23:12:20 2010 -0400

    Update to MySQL 5.1.51

 .gitignore                 |    2 +-
 mysql-install-test.patch   |   19 +--------
 mysql-missing-header.patch |  105 --------------------------------------------
 mysql-plugin-bug.patch     |   25 ----------
 mysql.spec                 |   12 +++---
 sources                    |    2 +-
 6 files changed, 9 insertions(+), 156 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e60f62d..e09f489 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mysql-5.1.50-nodocs.tar.gz
+/mysql-5.1.51-nodocs.tar.gz
diff --git a/mysql-install-test.patch b/mysql-install-test.patch
index c69117a..5980aea 100644
--- a/mysql-install-test.patch
+++ b/mysql-install-test.patch
@@ -1,7 +1,4 @@
-mysql's idea of a suitable place to install the regression tests is
-/usr/mysql-test.  To relocate this to a reasonably FHS-compliant place
-like /usr/share/mysql-test, we have to hack up the paths in mtr_cases.pm.
-This patch also improves the documentation a tad.
+Improve the documentation that will be installed in the mysql-test RPM.
 
 
 diff -Naur mysql-5.1.43.orig/mysql-test/README mysql-5.1.43/mysql-test/README
@@ -34,17 +31,3 @@ diff -Naur mysql-5.1.43.orig/mysql-test/README mysql-5.1.43/mysql-test/README
  
  
  You can create your own test cases. To create a test case, create a new
-diff -Naur mysql-5.1.43.orig/mysql-test/lib/mtr_cases.pm mysql-5.1.43/mysql-test/lib/mtr_cases.pm
---- mysql-5.1.43.orig/mysql-test/lib/mtr_cases.pm	2010-01-15 12:14:49.000000000 -0500
-+++ mysql-5.1.43/mysql-test/lib/mtr_cases.pm	2010-02-13 21:17:30.000000000 -0500
-@@ -259,7 +259,9 @@
-     else
-     {
-       $suitedir= my_find_dir($::basedir,
--			     ["mysql-test/suite",
-+			     ["share/mysql-test/suite",
-+			      "share/mysql-test",
-+			      "mysql-test/suite",
- 			      "mysql-test",
- 			      # Look in storage engine specific suite dirs
- 			      "storage/*/mysql-test-suites"
diff --git a/mysql.spec b/mysql.spec
index cd9743b..fd88745 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -1,6 +1,6 @@
 Name: mysql
-Version: 5.1.50
-Release: 2%{?dist}
+Version: 5.1.51
+Release: 1%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
 URL: http://www.mysql.com
@@ -35,7 +35,6 @@ Patch2: mysql-errno.patch
 Patch4: mysql-testing.patch
 Patch5: mysql-install-test.patch
 Patch6: mysql-stack-guard.patch
-Patch7: mysql-plugin-bug.patch
 Patch8: mysql-setschedparam.patch
 Patch9: mysql-no-docs.patch
 Patch10: mysql-strmov.patch
@@ -44,7 +43,6 @@ Patch13: mysql-expired-certs.patch
 Patch14: mysql-missing-string-code.patch
 Patch15: mysql-lowercase-bug.patch
 Patch16: mysql-chain-certs.patch
-Patch17: mysql-missing-header.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gperf, perl, readline-devel, openssl-devel
@@ -176,7 +174,6 @@ the MySQL sources.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
@@ -185,7 +182,6 @@ the MySQL sources.
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
-%patch17 -p1
 
 # workaround for upstream bug #56342
 rm -f mysql-test/t/ssl_8k_key-master.opt
@@ -579,6 +575,10 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Wed Oct  6 2010 Tom Lane <tgl at redhat.com> 5.1.51-1
+- Update to MySQL 5.1.51, for various fixes described at
+  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-51.html
+
 * Sat Aug 28 2010 Tom Lane <tgl at redhat.com> 5.1.50-2
 - Include my_compiler.h in distribution, per upstream bug #55846.
   Otherwise PHP, for example, won't build.
diff --git a/sources b/sources
index 51af739..adb4f98 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1de8cfbc727a0aaeaeeeb610f2d19d3c  mysql-5.1.50-nodocs.tar.gz
+b1f17ca9fa8d9439e2daa9afa78fd0a1  mysql-5.1.51-nodocs.tar.gz


More information about the scm-commits mailing list