Bug #52458 Omission in HANDLER syntax documentation
Submitted: 30 Mar 2010 4:51 Modified: 30 Mar 2010 14:49
Reporter: Anita Novello 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
Tags: documentation, handler, syntax

[30 Mar 2010 4:51] Anita Novello
Description:
Hi, there is a little omission in HANDLER Syntax documentation (http://dev.mysql.com/doc/refman/5.1/en/handler.html). In

HANDLER tbl_name READ index_name { = | >= | <= | < } (value1,value2,...)
    [ WHERE where_condition ] [LIMIT ... ]

the ">" option is missing.
Thanks in advance.

How to repeat:
-

Suggested fix:
HANDLER tbl_name READ index_name { = | >= | <= | < | > } (value1,value2,...)
    [ WHERE where_condition ] [LIMIT ... ]
[30 Mar 2010 5:07] Sveta Smirnova
Thank you for the report.

Verified as described.
[30 Mar 2010 14:49] 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.