#237 removing ? more info ?
This commit is contained in:
parent
0822cc1f91
commit
33dfabd940
1 changed files with 1 additions and 1 deletions
|
@ -2598,7 +2598,7 @@ sub mysql_stats {
|
|||
# name resolution
|
||||
if ( not defined( $result{'Variables'}{'skip_name_resolve'} ) ) {
|
||||
infoprint
|
||||
"Skipped name resolution test due to missing skip_name_resolve in system variables. ?More info?";
|
||||
"Skipped name resolution test due to missing skip_name_resolve in system variables.";
|
||||
}
|
||||
elsif ( $result{'Variables'}{'skip_name_resolve'} eq 'OFF' ) {
|
||||
badprint
|
||||
|
|
Loading…
Reference in a new issue