Bug #71266 | DROP FUNCTION fails if UDF is not loaded completely | ||
---|---|---|---|
Submitted: | 1 Jan 2014 11:42 | Modified: | 29 Jan 2014 17:34 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: User-defined functions ( UDF ) | Severity: | S3 (Non-critical) |
Version: | 5.6.14 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[1 Jan 2014 11:42]
Daniël van Eeden
[1 Jan 2014 11:44]
Daniël van Eeden
This should also be documented on http://dev.mysql.com/doc/refman/5.6/en/drop-function-udf.html
[29 Jan 2014 17:34]
Sveta Smirnova
Thank you for the report. Verified as described: mysql> drop function json_extract; ERROR 1305 (42000): FUNCTION test.json_extract does not exist mysql> CREATE FUNCTION json_extract RETURNS string SONAME 'libmy_json_udf.so'; ERROR 1125 (HY000): Function 'json_extract' already exists