Merge pull request #201 from hunner/template_depr

Update template for #179
This commit is contained in:
Hunter Haugen 2013-06-25 15:04:19 -07:00
commit d41dbfd69f

View file

@ -22,7 +22,7 @@ bind-address = <%= @bind_address %>
<% end %>
key_buffer = 16M
max_allowed_packet = <%= max_allowed_packet %>
max_allowed_packet = <%= @max_allowed_packet %>
thread_stack = 192K
thread_cache_size = 8
myisam-recover = BACKUP
@ -45,7 +45,7 @@ ssl-key = <%= @ssl_key %>
[mysqldump]
quick
quote-names
max_allowed_packet = <%= max_allowed_packet %>
max_allowed_packet = <%= @max_allowed_packet %>
[mysql]
[isamchk]
key_buffer = 16M