mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-19 08:56:34 +00:00
fixed side effects of typo correction of expire_logs_days
This commit is contained in:
@@ -430,10 +430,10 @@ sub get_rules {
|
||||
},
|
||||
},
|
||||
{
|
||||
id => 'expire_log_days',
|
||||
id => 'expire_logs_days',
|
||||
code => sub {
|
||||
my ( %args ) = @_;
|
||||
return _var_eq($args{variables}->{expire_log_days}, 0)
|
||||
return _var_eq($args{variables}->{expire_logs_days}, 0)
|
||||
&& _var_seq($args{variables}->{log_bin}, "ON");
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user