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