Skip to content

Commit

Permalink
Merge pull request #409 from tcraxs/patch-1
Browse files Browse the repository at this point in the history
fix defect link to mysql documentation - #408
  • Loading branch information
jmrenouard authored Nov 15, 2018
2 parents c8fb973 + c0b2f67 commit 59e5f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 59e5f40

Please sign in to comment.