Skip to content

Commit 59e5f40

Browse files
authored
Merge pull request #409 from tcraxs/patch-1
fix defect link to mysql documentation - #408
2 parents c8fb973 + c0b2f67 commit 59e5f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysqltuner.pl

+1-1
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)