rpms/mysql/devel mysql-stack.patch,1.4,1.5

Tom Lane (tgl) fedora-extras-commits at redhat.com
Tue Jan 8 06:30:32 UTC 2008


Author: tgl

Update of /cvs/pkgs/rpms/mysql/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29343

Modified Files:
	mysql-stack.patch 
Log Message:
OK, one more try to see if *any* value works.

mysql-stack.patch:

Index: mysql-stack.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/devel/mysql-stack.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mysql-stack.patch	8 Jan 2008 05:41:31 -0000	1.4
+++ mysql-stack.patch	8 Jan 2008 06:30:20 -0000	1.5
@@ -4,7 +4,7 @@
 etc.  Suspect this number if "execution_constants" regression test fails.
 
 As of 5.0.45 and F9, it seems 16384 isn't enough anymore (ppc fails);
-while 32768 is too much as it makes other regression tests fail.
+while 24576 is too much as it makes other regression tests fail.
 
 
 diff -Naur mysql-5.0.38.orig/sql/mysql_priv.h mysql-5.0.38/sql/mysql_priv.h
@@ -15,7 +15,7 @@
   "execution_constants" test to pass.
   */
 -#define STACK_MIN_SIZE          12000   // Abort if less stack during eval.
-+#define STACK_MIN_SIZE          24576   // Abort if less stack during eval.
++#define STACK_MIN_SIZE          20000   // Abort if less stack during eval.
  
  #define STACK_MIN_SIZE_FOR_OPEN 1024*80
  #define STACK_BUFF_ALLOC	256	// For stack overrun checks




More information about the fedora-extras-commits mailing list