Merge pull request #658 from ryno83/patch-1

It should be ne instead of eq
This commit is contained in:
Jean-Marie Renouard 2023-05-23 07:20:58 +02:00 committed by GitHub
commit 4e4ae77e4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,