Commit 27f269c8 authored by wax@mysql.com's avatar wax@mysql.com

BUG#3439 problem with UDF functions

parent 5d947f7b
...@@ -2,8 +2,17 @@ LIBRARY MYUDF ...@@ -2,8 +2,17 @@ LIBRARY MYUDF
DESCRIPTION 'MySQL Sample for UDF' DESCRIPTION 'MySQL Sample for UDF'
VERSION 1.0 VERSION 1.0
EXPORTS EXPORTS
metaphon metaphon_init
myfunc_double metaphon_deinit
myfunc_int metaphon
sequence myfunc_double_init
avgcost myfunc_double
\ No newline at end of file myfunc_int
sequence_init
sequence_deinit
sequence
avgcost_init
avgcost_deinit
avgcost_reset
avgcost_add
avgcost
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment