Bug #3838 CREATE FUNCTION UDFs
Submitted: 20 May 2004 15:03 Modified: 20 May 2004 17:41
Reporter: Matteo Gattoni Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: User-defined functions ( UDF ) Severity:S2 (Serious)
Version:5.0.0 OS:Linux (Linux)
Assigned to: Assigned Account CPU Architecture:Any

[20 May 2004 15:03] Matteo Gattoni
Description:
Using udf_example.cc and what written in http://dev.mysql.com/doc/mysql/en/UDF_compiling.html.

After
CREATE FUNCTION metaphon RETURNS STRING SONAME 'udf_example.so';
I obtain the followed error
ERROR 1125 (HY000): Function 'XXX' already exist

Trying to drop the function or to use it in a Select, the client told me that the function doesn't yet exist.

How to repeat:
Execute in MySQL monitor: 
CREATE FUNCTION metaphon RETURNS STRING SONAME 'udf_example.so';
[20 May 2004 17:41] Dean Ellis
This is a duplicate of #2485.  As you have already commented on that one I will look over those comments.
[21 May 2004 9:39] Matteo Gattoni
Could you so kind as to tell me if I have this bug fixed in the next MySql version? And when approximately that version will have born?
Thank you very much!