Bug #71661 | Manual describes InnoDB log limits incorrectly | ||
---|---|---|---|
Submitted: | 11 Feb 2014 1:07 | Modified: | 18 Feb 2014 17:08 |
Reporter: | Jeremy Cole (Basic Quality Contributor) (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | Daniel Price | CPU Architecture: | Any |
[11 Feb 2014 1:07]
Jeremy Cole
[11 Feb 2014 6:23]
MySQL Verification Team
Hello Jeremy, Thank you for the bug report. Thanks, Umesh
[18 Feb 2014 17:08]
Daniel Price
Posted by developer: The documentation for innodb_log_file_size has been revised for 5.0, 5.1, and 5.5. The documented range value is now documented as Range: 1048576 ... 4GB / innodb_log_files_in_group, similar to how it is documented for 5.6 and 5.7. The parameter description is also updated to reflect the change. http://dev.mysql.com/doc/refman/5.0/en/innodb-parameters.html#sysvar_innodb_log_file_size http://dev.mysql.com/doc/refman/5.1/en/innodb-parameters.html#sysvar_innodb_log_file_size http://dev.mysql.com/doc/refman/5.5/en/innodb-parameters.html#sysvar_innodb_log_file_size The change should appear soon, with the next published documentation build. Thank you for the bug report.