diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2009-10-16 19:44:58 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2009-10-16 19:44:58 +0400 |
commit | 52cb2344606f1f0c151fc612862820c0863cf90e (patch) | |
tree | a664a8fd779b901c8beea84557c3f13bce1aeef3 /support-files/my-small.cnf.sh | |
parent | 26c31ed688a1abb52d8a6fb40602eb2e5d3decb0 (diff) | |
download | mariadb-git-52cb2344606f1f0c151fc612862820c0863cf90e.tar.gz |
MBUG#452116: MariaDB: mysql_install_db causes server segfault
- Increase thread_stack_size on 64-bit platforms to 240K, so that
it can accomodate the HA_CHECK structure which is 130K.
Diffstat (limited to 'support-files/my-small.cnf.sh')
-rw-r--r-- | support-files/my-small.cnf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh index 3bfa08d0bd1..7dce9e60ed9 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 = 128K +thread_stack = 240K # 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. |