[Maria-developers] Rev 82: MBUG#452116: MariaDB: mysql_install_db causes server segfault in file:///home/psergey/dev/ourdelta-mariadb51-2/
At file:///home/psergey/dev/ourdelta-mariadb51-2/ ------------------------------------------------------------ revno: 82 revision-id: psergey@askmonty.org-20091016154817-dtlg1mhsdxy71cie parent: arjen@openquery.com-20091014112021-153diidibx9p52th committer: Sergey Petrunya <psergey@askmonty.org> branch nick: ourdelta-mariadb51-2 timestamp: Fri 2009-10-16 19:48:17 +0400 message: MBUG#452116: MariaDB: mysql_install_db causes server segfault - Increase thread_stack to follow increase of size of MyISAM's internal structures === modified file 'bakery/debian-5.0/additions/my.cnf' --- a/bakery/debian-5.0/additions/my.cnf 2008-10-20 22:54:11 +0000 +++ b/bakery/debian-5.0/additions/my.cnf 2009-10-16 15:48:17 +0000 @@ -57,7 +57,7 @@ # key_buffer = 16M max_allowed_packet = 16M -thread_stack = 128K +thread_stack = 240K thread_cache_size = 8 # This replaces the startup script and checks MyISAM tables if needed # the first time they are touched === modified file 'bakery/debian-5.1/additions/my.cnf' --- a/bakery/debian-5.1/additions/my.cnf 2009-10-10 03:03:18 +0000 +++ b/bakery/debian-5.1/additions/my.cnf 2009-10-16 15:48:17 +0000 @@ -77,7 +77,7 @@ connect_timeout = 5 wait_timeout = 600 max_allowed_packet = 16M -thread_stack = 128K +thread_stack = 240K thread_cache_size = 128 sort_buffer_size = 4M bulk_insert_buffer_size = 16M
participants (1)
-
Sergey Petrunya