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