From 6bd91d04c1aeda0cf309b3443e58a20ac149c707 Mon Sep 17 00:00:00 2001 From: Matthew Haughton Date: Mon, 15 Jul 2013 16:18:12 -0400 Subject: [PATCH] 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` --- templates/my.cnf.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/my.cnf.erb b/templates/my.cnf.erb index e4d2af1..fade0f8 100644 --- a/templates/my.cnf.erb +++ b/templates/my.cnf.erb @@ -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 -%>