Skip to content

Commit c0b2f67

Browse files
authored
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 #408 mention. Links to: https://dev.mysql.com/doc/refman/8.0/en/innodb-redo-log.html
1 parent c8fb973 commit c0b2f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysqltuner.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5565,7 +5565,7 @@ sub mysql_innodb {
55655565
. ") if possible, so InnoDB total log files size equals to 25% of buffer pool size."
55665566
);
55675567
push( @generalrec,
5568-
"Before changing innodb_log_file_size and/or innodb_log_files_in_group read this: http://bit.ly/2wgkDvS"
5568+
"Before changing innodb_log_file_size and/or innodb_log_files_in_group read this: https://bit.ly/2TcGgtU"
55695569
);
55705570
}
55715571
else {

0 commit comments

Comments
 (0)