rpms/mysql/devel .cvsignore, 1.41, 1.42 mysql-ndb-stacksize.patch, 1.1, 1.2 mysql.spec, 1.128, 1.129 sources, 1.41, 1.42

Tom Lane tgl at fedoraproject.org
Tue Sep 22 04:29:57 UTC 2009


Author: tgl

Update of /cvs/pkgs/rpms/mysql/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9691

Modified Files:
	.cvsignore mysql-ndb-stacksize.patch mysql.spec sources 
Log Message:
Update to MySQL 5.1.39


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/devel/.cvsignore,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- .cvsignore	3 Aug 2009 02:23:58 -0000	1.41
+++ .cvsignore	22 Sep 2009 04:29:56 -0000	1.42
@@ -1 +1 @@
-mysql-5.1.37.tar.gz
+mysql-5.1.39.tar.gz

mysql-ndb-stacksize.patch:
 AsyncFile.cpp |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Index: mysql-ndb-stacksize.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/devel/mysql-ndb-stacksize.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mysql-ndb-stacksize.patch	15 Apr 2009 19:48:31 -0000	1.1
+++ mysql-ndb-stacksize.patch	22 Sep 2009 04:29:56 -0000	1.2
@@ -11,17 +11,21 @@ elsewhere.  At some point we might want 
 hack in NdbThread_Create().
 
 
-diff -Naur mysql-5.1.33.orig/storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp mysql-5.1.33/storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp
---- mysql-5.1.33.orig/storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp	2009-03-13 17:54:07.000000000 -0400
-+++ mysql-5.1.33/storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp	2009-04-15 14:00:04.000000000 -0400
-@@ -106,8 +106,8 @@
+diff -Naur mysql-5.1.39.orig/storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp mysql-5.1.39/storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp
+--- mysql-5.1.39.orig/storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp	2009-09-04 12:21:19.000000000 -0400
++++ mysql-5.1.39/storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp	2009-09-21 22:33:08.000000000 -0400
+@@ -106,13 +106,8 @@
  AsyncFile::doStart() 
  {
    // Stacksize for filesystem threads
--  // An 8k stack should be enough
--  const NDB_THREAD_STACKSIZE stackSize = 8192;
+-#if !defined(DBUG_OFF) && defined (__hpux)
+-  // Empirical evidence indicates at least 32k
 +  // don't make this too small
-+  const NDB_THREAD_STACKSIZE stackSize = 32768;
+   const NDB_THREAD_STACKSIZE stackSize = 32768;
+-#else
+-  // Otherwise an 8k stack should be enough
+-  const NDB_THREAD_STACKSIZE stackSize = 8192;
+-#endif
  
    char buf[16];
    numAsyncFiles++;


Index: mysql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/devel/mysql.spec,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -p -r1.128 -r1.129
--- mysql.spec	1 Sep 2009 03:35:23 -0000	1.128
+++ mysql.spec	22 Sep 2009 04:29:56 -0000	1.129
@@ -1,6 +1,6 @@
 Name: mysql
-Version: 5.1.37
-Release: 5%{?dist}
+Version: 5.1.39
+Release: 1%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
 URL: http://www.mysql.com
@@ -642,6 +642,10 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Tue Sep 22 2009 Tom Lane <tgl at redhat.com> 5.1.39-1
+- Update to MySQL 5.1.39, for various fixes described at
+  http://dev.mysql.com/doc/refman/5.1/en/news-5-1-39.html
+
 * Mon Aug 31 2009 Tom Lane <tgl at redhat.com> 5.1.37-5
 - Work around unportable assumptions about stpcpy(); re-enable main.mysql test
 - Clean up some obsolete parameters to the configure script


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/devel/sources,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- sources	3 Aug 2009 02:23:58 -0000	1.41
+++ sources	22 Sep 2009 04:29:57 -0000	1.42
@@ -1 +1 @@
-cbdb8783b053019755ee9196f67ea04c  mysql-5.1.37.tar.gz
+55a398daeb69a778fc46573623143268  mysql-5.1.39.tar.gz




More information about the fedora-extras-commits mailing list