About innodb_log_file_size changing recommendation #408

This commit is contained in:
Jean-Marie Renouard 2019-10-03 22:10:18 +02:00
parent 792b46b03c
commit 66f2ee40be

View file

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