OK, 19000 is too small for ppc, try 20000
This commit is contained in:
parent
148e378a6c
commit
ed0e45cfe8
@ -21,7 +21,7 @@ diff -Naur mysql-5.0.45.orig/sql/mysql_priv.h mysql-5.0.45/sql/mysql_priv.h
|
|||||||
+#if SIZEOF_CHARP > 4
|
+#if SIZEOF_CHARP > 4
|
||||||
+#define STACK_MIN_SIZE 24576 // Abort if less stack during eval.
|
+#define STACK_MIN_SIZE 24576 // Abort if less stack during eval.
|
||||||
+#else
|
+#else
|
||||||
+#define STACK_MIN_SIZE 19000 // Abort if less stack during eval.
|
+#define STACK_MIN_SIZE 20000 // Abort if less stack during eval.
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
#define STACK_MIN_SIZE_FOR_OPEN 1024*80
|
#define STACK_MIN_SIZE_FOR_OPEN 1024*80
|
||||||
|
Loading…
Reference in New Issue
Block a user