Merge pull request #658 from ryno83/patch-1
It should be ne instead of eq
This commit is contained in:
commit
4e4ae77e4a
1 changed files with 1 additions and 1 deletions
|
@ -3275,7 +3275,7 @@ sub mysql_stats {
|
|||
push( @adjvars, "skip-name-resolve=0" );
|
||||
}
|
||||
}
|
||||
elsif ( $result{'Variables'}{'skip_name_resolve'} eq 'OFF' ) {
|
||||
elsif ( $result{'Variables'}{'skip_name_resolve'} ne 'OFF' ) {
|
||||
badprint
|
||||
"Name resolution is active: a reverse name resolution is made for each new connection which can reduce performance";
|
||||
push( @generalrec,
|
||||
|
|
Loading…
Reference in a new issue