Merge pull request #409 from tcraxs/patch-1
fix defect link to mysql documentation - #408
This commit is contained in:
commit
59e5f40ed1
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."
|
. ") if possible, so InnoDB total log files size equals to 25% of buffer pool size."
|
||||||
);
|
);
|
||||||
push( @generalrec,
|
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 {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue