rpms/mysql/F-12 .cvsignore, 1.42, 1.43 mysql-plugin-bug.patch, 1.12, 1.13 mysql.init, 1.25, 1.26 mysql.spec, 1.132, 1.133 sources, 1.42, 1.43

Tom Lane tgl at fedoraproject.org
Tue Nov 10 22:30:33 UTC 2009


Author: tgl

Update of /cvs/pkgs/rpms/mysql/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5676

Modified Files:
	.cvsignore mysql-plugin-bug.patch mysql.init mysql.spec 
	sources 
Log Message:
Update to 5.1.40; also fix #533736


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/F-12/.cvsignore,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- .cvsignore	22 Sep 2009 04:29:56 -0000	1.42
+++ .cvsignore	10 Nov 2009 22:30:30 -0000	1.43
@@ -1 +1 @@
-mysql-5.1.39.tar.gz
+mysql-5.1.40.tar.gz

mysql-plugin-bug.patch:
 disabled.def |    3 +++
 1 file changed, 3 insertions(+)

Index: mysql-plugin-bug.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/F-12/mysql-plugin-bug.patch,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- mysql-plugin-bug.patch	23 Sep 2009 23:31:59 -0000	1.12
+++ mysql-plugin-bug.patch	10 Nov 2009 22:30:31 -0000	1.13
@@ -11,14 +11,13 @@ platform-dependent results, with the "ex
 wrong ones.  This is upstream at http://bugs.mysql.com/bug.php?id=46895
 
 
-diff -Naur mysql-5.1.39.orig/mysql-test/t/disabled.def mysql-5.1.39/mysql-test/t/disabled.def
---- mysql-5.1.39.orig/mysql-test/t/disabled.def	2009-09-04 13:01:56.000000000 -0400
-+++ mysql-5.1.39/mysql-test/t/disabled.def	2009-09-23 19:23:42.000000000 -0400
-@@ -13,4 +13,6 @@
- innodb_bug39438          : Bug#42383 2009-01-28 lsoares "This fails in embedded and on windows.  Note that this test is not run on windows and on embedded in PB for main trees currently"
+diff -Naur mysql-5.1.40.orig/mysql-test/t/disabled.def mysql-5.1.40/mysql-test/t/disabled.def
+--- mysql-5.1.40.orig/mysql-test/t/disabled.def	2009-10-06 14:21:05.000000000 -0400
++++ mysql-5.1.40/mysql-test/t/disabled.def	2009-11-10 13:01:50.000000000 -0500
+@@ -14,3 +14,6 @@
  query_cache_28249        : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
- init_connect             : Bug#44920 2009-07-06 pcrews MTR not processing master.opt input properly on Windows.  *Must be done this way due to the nature of the bug*
--
+ partition_innodb_builtin : Bug#32430 2009-09-25 mattiasj Waiting for push of Innodb changes
+ partition_innodb_plugin  : Bug#32430 2009-09-25 mattiasj Waiting for push of Innodb changes
 +#
 +plugin_load         : gives wrong answer on PPC64
 +outfile_loaddata    : gives different results on different platforms


Index: mysql.init
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/F-12/mysql.init,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- mysql.init	7 Jun 2009 00:50:05 -0000	1.25
+++ mysql.init	10 Nov 2009 22:30:31 -0000	1.26
@@ -66,9 +66,11 @@ start(){
 	chmod 0755 "$datadir"
 	# Pass all the options determined above, to ensure consistent behavior.
 	# In many cases mysqld_safe would arrive at the same conclusions anyway
-	# but we need to be sure.
+	# but we need to be sure.  (An exception is that we don't force the
+	# log-error setting, since this script doesn't really depend on that,
+	# and some users might prefer to configure logging to syslog.)
 	/usr/bin/mysqld_safe   --datadir="$datadir" --socket="$socketfile" \
-		--log-error="$errlogfile" --pid-file="$mypidfile" \
+		--pid-file="$mypidfile" \
 		--user=mysql >/dev/null 2>&1 &
 	ret=$?
 	# Spin for a maximum of N seconds waiting for the server to come up.


Index: mysql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/F-12/mysql.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -p -r1.132 -r1.133
--- mysql.spec	19 Oct 2009 14:34:37 -0000	1.132
+++ mysql.spec	10 Nov 2009 22:30:31 -0000	1.133
@@ -1,6 +1,6 @@
 Name: mysql
-Version: 5.1.39
-Release: 4%{?dist}
+Version: 5.1.40
+Release: 1%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
 URL: http://www.mysql.com
@@ -649,6 +649,12 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Tue Nov 10 2009 Tom Lane <tgl at redhat.com> 5.1.40-1
+- Update to MySQL 5.1.40, for various fixes described at
+  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-40.html
+- Do not force the --log-error setting in mysqld init script
+Resolves: #533736
+
 * Sat Oct 17 2009 Tom Lane <tgl at redhat.com> 5.1.39-4
 - Replace kluge fix for ndbd sparc crash with a real fix (mysql bug 48132)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/F-12/sources,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- sources	22 Sep 2009 04:29:57 -0000	1.42
+++ sources	10 Nov 2009 22:30:31 -0000	1.43
@@ -1 +1 @@
-55a398daeb69a778fc46573623143268  mysql-5.1.39.tar.gz
+32e7373c16271606007374396e6742ad  mysql-5.1.40.tar.gz




More information about the fedora-extras-commits mailing list