Bug #27527 Handle User Defined Functions with geometry types
Submitted: 29 Mar 2007 15:14 Modified: 24 Oct 2007 15:10
Reporter: Albert Rovira Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: User-defined functions ( UDF ) Severity:S4 (Feature request)
Version:5.0.37 OS:Any
Assigned to: CPU Architecture:Any
Tags: FUNCTION, Geometry, udf

[29 Mar 2007 15:14] Albert Rovira
Description:
Permit define User Defined Functions that returns geometry type. See example
on how to repeat.

Alternative enable some "C" mecanism to inform that a function returns
a geometry.

How to repeat:

  CREATE FUNCTION  geo_centroid  RETURNS GEOMETRY SONAME "geo.dll";
[3 Apr 2007 11:53] MySQL Verification Team
Thank you for the bug report feature request.
[24 Oct 2007 15:10] Albert Rovira
Any news on this feature ? It will be useful for creating/adding new geometry capabilities to the mysql server.