It should be ne instead of eq

This commit is contained in:
Renaud Fortier 2023-05-22 13:51:56 -04:00 committed by GitHub
parent 842ae6e582
commit ed0de692a8
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,