[Pkg-mysql-commits] r1768 - in mysql-dfsg-5.1/branches/unstable/debian: . additions

Norbert Tretkowski nobse at alioth.debian.org
Sat Oct 17 18:33:26 UTC 2009


Author: nobse
Date: 2009-10-17 18:33:25 +0000 (Sat, 17 Oct 2009)
New Revision: 1768

Modified:
   mysql-dfsg-5.1/branches/unstable/debian/additions/my.cnf
   mysql-dfsg-5.1/branches/unstable/debian/changelog
Log:
Set thread_stack size to 192K rather than 128K.

Modified: mysql-dfsg-5.1/branches/unstable/debian/additions/my.cnf
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/additions/my.cnf	2009-09-28 17:46:05 UTC (rev 1767)
+++ mysql-dfsg-5.1/branches/unstable/debian/additions/my.cnf	2009-10-17 18:33:25 UTC (rev 1768)
@@ -50,7 +50,7 @@
 #
 key_buffer		= 16M
 max_allowed_packet	= 16M
-thread_stack		= 128K
+thread_stack		= 192K
 thread_cache_size       = 8
 # This replaces the startup script and checks MyISAM tables if needed
 # the first time they are touched

Modified: mysql-dfsg-5.1/branches/unstable/debian/changelog
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/changelog	2009-09-28 17:46:05 UTC (rev 1767)
+++ mysql-dfsg-5.1/branches/unstable/debian/changelog	2009-10-17 18:33:25 UTC (rev 1768)
@@ -1,3 +1,9 @@
+mysql-dfsg-5.1 (5.1.39-2) UNRELEASED; urgency=low
+
+  * Set thread_stack size to 192K rather than 128K.
+
+ -- Norbert Tretkowski <nobse at debian.org>  Sat, 17 Oct 2009 20:32:30 +0200
+
 mysql-dfsg-5.1 (5.1.39-1) unstable; urgency=low
 
   * New upstream release.




More information about the Pkg-mysql-commits mailing list