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
This commit is contained in:
tcraxs 2018-11-14 16:54:05 +01:00 committed by GitHub
parent c8fb973bf8
commit c0b2f67a2f
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 {