Bug #52082 Documents are inconsistent about log-queries-not-using-indexes.
Submitted: 16 Mar 2010 8:41 Modified: 17 Mar 2010 14:08
Reporter: Meiji KIMURA Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[16 Mar 2010 8:41] Meiji KIMURA
Description:
Latest document says that log-queries-not-using-indexes is deprecated.

Deprecated 5.1.29, by slow-query-log
http://dev.mysql.com/doc/refman/5.1/en/server-options.html#option_mysqld_log-queries-not-u...

But 5.1.29 doesn't mention that as being deprecated either, others yes http://dev.mysql.com/doc/refman/5.1/en/news-5-1-29.html

On the 'slow query log' page there is no mention of it being deprecated
http://dev.mysql.com/doc/refman/5.1/en/slow-query-log.html

I also check the source code (MySQL 5.1.42) about log-queries-not-using-indexes, but there is no comment about deprecation.

So I supposed that deprecation of log-queries-not-using-indexes is doc's bug.

Could check & modify it?

How to repeat:
N/A

Suggested fix:
N/A
[16 Mar 2010 8:54] Sveta Smirnova
Thank you for the report.

Verified as described.
[17 Mar 2010 14:08] Paul DuBois
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.

The deprecation applies to --log-slow-queries instead. Fixed.