summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorChad MILLER <chad@mysql.com>2009-01-21 13:45:23 -0500
committerChad MILLER <chad@mysql.com>2009-01-21 13:45:23 -0500
commitd3629d7489b759bcf3774d5ae958c8436161aa43 (patch)
treef3c1ce77afa4c0b708ac702616710c680ec86ec2 /support-files
parentc5738c0051cfd903804afd06353f3dc431ec2726 (diff)
parent374f49b2629114a9473268da4321af405a9d2394 (diff)
downloadmariadb-git-d3629d7489b759bcf3774d5ae958c8436161aa43.tar.gz
Merge from Tim's 5.0.76-release tree to make 5.0.77 .
Diffstat (limited to 'support-files')
-rw-r--r--support-files/my-small.cnf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh
index cf2ebed463c..24c08408b46 100644
--- a/support-files/my-small.cnf.sh
+++ b/support-files/my-small.cnf.sh
@@ -34,7 +34,7 @@ sort_buffer_size = 64K
read_buffer_size = 256K
read_rnd_buffer_size = 256K
net_buffer_length = 2K
-thread_stack = 64K
+thread_stack = 128K
# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host.