Bug #70494 st_distance() function not documented
Submitted: 3 Oct 2013 0:11 Modified: 12 Jun 2014 12:45
Reporter: Alexander Rubin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[3 Oct 2013 0:11] Alexander Rubin
Description:
Can't find the st_distance description anywhere here: 
http://dev.mysql.com/doc/refman/5.6/en/functions-for-testing-spatial-relations-between-geo...

How to repeat:
mysql> select st_distance(point(1,1), point(1,1));
+-------------------------------------+
| st_distance(point(1,1), point(1,1)) |
+-------------------------------------+
|                                   0 |
+-------------------------------------+
1 row in set (0.00 sec)

(function exists).

However can't find documentation for this function.

Suggested fix:
Write documentation for st_distance function.
[3 Oct 2013 3:44] MySQL Verification Team
Hello Alexander,

Thank you for the bug report.

Thanks,
Umesh
[12 Jun 2014 12:45] 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.

Now documented at:
http://dev.mysql.com/doc/refman/5.6/en/spatial-relation-functions-object-shapes.html