Bug #41640 Options for enabling and disabling Falcon are not documented
Submitted: 19 Dec 2008 13:52 Modified: 19 Jan 2009 15:25
Reporter: John Embretsen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:6.0 OS:Any
Assigned to: MC Brown CPU Architecture:Any
Tags: falcon

[19 Dec 2008 13:52] John Embretsen
Description:
The MySQL Server documentation for version 6.0 does not mention the options for enabling and disabling the falcon storage engine.

http://dev.mysql.com/doc/refman/6.0/en/se-falcon-configuration.html

 To enable (default): --falcon
 To disable:          --skip-falcon

Corresponding options for other storage engines, for example InnoDB and Maria, are documented:

http://dev.mysql.com/doc/refman/6.0/en/se-maria-configuration.html#option_mysqld_maria
http://dev.mysql.com/doc/refman/6.0/en/innodb-parameters.html#option_mysqld_innodb

How to repeat:
See http://dev.mysql.com/doc/refman/6.0/en/se-falcon-configuration.html

Suggested fix:
Add description of "falcon" option, similar to "maria" and "innodb" options.
[19 Dec 2008 14:36] MySQL Verification Team
Thank you for the bug report.
[19 Jan 2009 15:25] MC Brown
Documentation has been updated accordingly.