#At file:///home/ram/mysql/mysql-6.0-bugteam/ based on revid:alexey.kopytov@stripped
3041 Ramil Kalimullin 2009-02-14 [merge]
Auto-merge
modified:
sql/mysql_priv.h
=== modified file 'sql/mysql_priv.h'
--- a/sql/mysql_priv.h 2009-02-11 12:11:20 +0000
+++ b/sql/mysql_priv.h 2009-02-14 10:42:25 +0000
@@ -327,16 +327,12 @@ enum open_table_mode
*/
#define TABLE_DEF_CACHE_MIN 256
-/*
- Value of 9236 discovered through binary search 2006-09-26 on Ubuntu Dapper
- Drake, libc6 2.3.6-0ubuntu2, Linux kernel 2.6.15-27-686, on x86. (Added
- 100 bytes as reasonable buffer against growth and other environments'
- requirements.)
-
- Feel free to raise this by the smallest amount you can to get the
- "execution_constants" test to pass.
- */
-#define STACK_MIN_SIZE 12000 ///< Abort if less stack during eval.
+/*
+ Stack reservation.
+ Feel free to raise this by the smallest amount you can to get the
+ "execution_constants" test to pass.
+*/
+#define STACK_MIN_SIZE 16000 // Abort if less stack during eval.
#define STACK_MIN_SIZE_FOR_OPEN 1024*80
#define STACK_BUFF_ALLOC 352 ///< For stack overrun checks
| Thread |
|---|
| • bzr commit into mysql-6.0-bugteam branch (ramil:3041) | Ramil Kalimullin | 14 Feb |