summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorKent Boortz <kent@kent-amd64>2008-12-28 08:03:44 +0100
committerKent Boortz <kent@kent-amd64>2008-12-28 08:03:44 +0100
commit0c416849bb1a20b36819b83ffed345d78e463653 (patch)
tree6310a3bb37205cb576a7211f3d6db0bde6bb9eed /support-files
parent17a797528d3c7057949d21fb200e7a69ce540d2b (diff)
parent8be4724cd907ae77b418cd2d17209bf0e54c71b8 (diff)
downloadmariadb-git-0c416849bb1a20b36819b83ffed345d78e463653.tar.gz
Merge
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 11ad69f1f71..7bf8f323d57 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.