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
commitf68ccd024a6eeb8c5b6ebf40303bcf580e17d918 (patch)
treef3c1ce77afa4c0b708ac702616710c680ec86ec2 /support-files
parenta2dcb6357984166b0cd8299f88b1d8e1925411dc (diff)
parent8d16eb71b348830529ef9f1f8e528b3d0abd2967 (diff)
downloadmariadb-git-f68ccd024a6eeb8c5b6ebf40303bcf580e17d918.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.