Bug #465 9.4.2.4 Functions To Create a Geometry Using Its WKB has a WKT as argument
Submitted: 20 May 2003 23:29 Modified: 21 May 2003 1:41
Reporter: Stepan Rybar Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:4.1 alpha OS:Any (All)
Assigned to: Ramil Kalimullin CPU Architecture:Any

[20 May 2003 23:29] Stepan Rybar
Description:
In manual chapter "9.4.2.4 Functions To Create a Geometry Using Its WKB" all functions has their first argument "wkt", which is abbreviation of WellKnownText. So, I suppose, that there should be "wkb" as a first argument. 

Stepan 

How to repeat:
To read manual chapter "9.4.2.4 Functions To Create a Geometry Using Its WKB". 

Suggested fix:
To change "...FromWKB(wkt,srid)" to "...FromWKB(wkb,srid)" in manual chapter "9.4.2.4 Functions To Create a Geometry Using Its WKB".
[21 May 2003 1:41] Ramil Kalimullin
Thank you for your bug report. This issue has been fixed in the latest
development tree for that product. You can find more information about
accessing our development trees at 
    http://www.mysql.com/doc/en/Installing_source_tree.html

Thank you again. Fixed.