Bug #39327 Section 5.2.5 typo - too many dashes.
Submitted: 8 Sep 2008 20:31 Modified: 8 Sep 2008 21:41
Reporter: Kevin Benton (Candidate Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.1+ OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[8 Sep 2008 20:31] Kevin Benton
Description:
When --log-slow-queries is specified, the --slow-query-log option also may be given as of MySQL 5.1.12 to specify the initial slow query log state. With no argument or an argument of 0, the option disables the log. If omitted or given with an argument of 1, the option enables the log. If --log--slow-queries is not given, --slow-query-log has no effect. 

Notice that in the last sentence, it reports --log--slow-queries, not --log-slow-queries, hence the typo.

How to repeat:
See Description

Suggested fix:
See Description
[8 Sep 2008 21:07] Jon Stephens
5.1 version of page is http://dev.mysql.com/doc/refman/5.1/en/slow-query-log.html
[8 Sep 2008 21:39] Jon Stephens
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.
[8 Sep 2008 21:41] Kevin Benton
Thanks Jon :-)