From c0b2f67a2fc376036fe562c3a84ef06843060f0f Mon Sep 17 00:00:00 2001 From: tcraxs Date: Wed, 14 Nov 2018 16:54:05 +0100 Subject: [PATCH] fix defect link to mysql documentation - #408 Fix defect link to the mysql documentation. Choose to set the link to version 8 as in Issue major#408 mention. Links to: https://dev.mysql.com/doc/refman/8.0/en/innodb-redo-log.html --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 5363545..8b9681e 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -5565,7 +5565,7 @@ sub mysql_innodb { . ") if possible, so InnoDB total log files size equals to 25% of buffer pool size." ); push( @generalrec, -"Before changing innodb_log_file_size and/or innodb_log_files_in_group read this: http://bit.ly/2wgkDvS" +"Before changing innodb_log_file_size and/or innodb_log_files_in_group read this: https://bit.ly/2TcGgtU" ); } else {