Merge pull request #409 from tcraxs/patch-1

fix defect link to mysql documentation - #408
This commit is contained in:
Jean-Marie Renouard 2018-11-15 17:10:25 +01:00 committed by GitHub
commit 59e5f40ed1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {