Bug #14711 Doumentation Error - innodb_flush_log_at_trx_commit option typo
Submitted: 7 Nov 2005 16:20 Modified: 7 Nov 2005 17:23
Reporter: Mark Vedder Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.0 OS:Any (All)
Assigned to: CPU Architecture:Any

[7 Nov 2005 16:20] Mark Vedder
Description:
In the  MySQL Reference Manual, in section 6.4. "How to Set Up Replication", at the end of step 10, it states:

 "...a replication setup using InnoDB with transactions you should use innodb_flush_logs_at_trx_commit=1 ..."

The correct option should be innodb_flush_log_at_trx_commit (note the singular "log" versus the incorrect plural "logs")

This same error also occurs in section 15.4. "InnoDB Startup Options", below the innodb_lock_wait_timeout information. The same sentence that appears in section 6.4 appears in section 15.4, and also has the incorrect option name.

At a minimum, the same two errors are present in v4.1. v5.0, and v5.1 of the documentation.

How to repeat:
n/a

Suggested fix:
change innodb_flush_logs_at_trx_commit to innodb_flush_log_at_trx_commit in documentation
[7 Nov 2005 16:21] Mark Vedder
Changed category to Documentation
[7 Nov 2005 16:38] MySQL Verification Team
Thank you for the bug report.
[7 Nov 2005 17:23] MySQL Verification Team
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html