diff options
author | unknown <istruewing@chilla.local> | 2006-10-10 20:30:33 +0200 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2006-10-10 20:30:33 +0200 |
commit | 0b9572e8a0de7aa41991d8af466799d2f56fc9ac (patch) | |
tree | 28a1047ba3a68815360021dc0576ceab7d80779e /sql | |
parent | c673a18f8623d87ae3724aa726ffe878792e320b (diff) | |
download | mariadb-git-0b9572e8a0de7aa41991d8af466799d2f56fc9ac.tar.gz |
Bug#21476 - Lost Database Connection During Query
Raised STACK_MIN_SIZE for Debian GNU/Linux Sid,
Linux kernel 2.6.16,
gcc version 3.3.6 (Debian 1:3.3.6-13),
libc6-dbg 2.3.6.ds1-4,
Pentium4 (x86),
BUILD/compile-pentium-debug-max
Raised about 100 Bytes above the required minimum.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/mysql_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 339ca9d965a..f5fada5c164 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -150,7 +150,7 @@ MY_LOCALE *my_locale_by_name(const char *name); Feel free to raise this by the smallest amount you can to get the "execution_constants" test to pass. */ -#define STACK_MIN_SIZE 9336 // Abort if less stack during eval. +#define STACK_MIN_SIZE 10788 // Abort if less stack during eval. #define STACK_MIN_SIZE_FOR_OPEN 1024*80 #define STACK_BUFF_ALLOC 256 // For stack overrun checks |