From 33dfabd9405574f8cc5933646ca14e864c47373a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Sep 2016 14:18:14 +0200 Subject: [PATCH] #237 removing ? more info ? --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index fab7345..5e3984b 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -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