Bug #28455 Inaccurate function descriptions
Submitted: 15 May 2007 20:13 Modified: 17 May 2007 17:14
Reporter: Scott Noyes (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:all OS:Any
Assigned to: Peter Lavin CPU Architecture:Any

[15 May 2007 20:13] Scott Noyes
Description:
Couple of trivial errors in the function index lists

IN 	Check whether a value is not within a set of values 

FIND_IN_SET() 	Return the number of times the first argument is found in the second arguments

How to repeat:
http://dev.mysql.com/doc/refman/5.0/en/comparison-operators.html

http://dev.mysql.com/doc/refman/5.0/en/string-functions.html

Suggested fix:
IN should be "Check whether a value is within a set of values"

FIND_IN_SET should be something like "Return the index (position) of the first argument within the second argument"
[15 May 2007 20:17] Sveta Smirnova
Thank you for the report.

Verified as described.
[17 May 2007 17:14] Peter Lavin
Descriptions changed. Thanks Scott.