About innodb_log_file_size changing recommendation #408
This commit is contained in:
parent
792b46b03c
commit
66f2ee40be
1 changed files with 1 additions and 1 deletions
|
@ -5647,7 +5647,7 @@ sub mysql_innodb {
|
||||||
);
|
);
|
||||||
if (mysql_version_le(5 ,6 , 2)) {
|
if (mysql_version_le(5 ,6 , 2)) {
|
||||||
push(
|
push(
|
||||||
@adjvars,
|
@generalrec,
|
||||||
"For MySQL 5.6.2 and lower, Max combined innodb_log_file_size should have a ceiling of (4096MB / log files in group) - 1MB.");
|
"For MySQL 5.6.2 and lower, Max combined innodb_log_file_size should have a ceiling of (4096MB / log files in group) - 1MB.");
|
||||||
}
|
}
|
||||||
push( @generalrec,
|
push( @generalrec,
|
||||||
|
|
Loading…
Reference in a new issue