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:
parent
c8fb973bf8
commit
c0b2f67a2f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue