Remove redundant my.cnf parameters
The following new `mysql` class replication parameters were added in 0.8.0, however the existing hard coded parameters were not removed from the my.conf.erb template: - `expire_logs_days` - `max_binlog_size`
This commit is contained in:
parent
096bd04f8b
commit
6bd91d04c1
1 changed files with 0 additions and 2 deletions
|
@ -84,8 +84,6 @@ ft_max_word_len = <%= @ft_max_word_len %>
|
|||
<% if @log_error != 'syslog' -%>
|
||||
log_error = <%= @log_error %>
|
||||
<% end -%>
|
||||
expire_logs_days = 10
|
||||
max_binlog_size = 100M
|
||||
<% if @default_engine != 'UNSET' %>
|
||||
default-storage-engine = <%= @default_engine %>
|
||||
<% end -%>
|
||||
|
|
Loading…
Reference in a new issue