Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
27f269c8
Commit
27f269c8
authored
Jun 08, 2004
by
wax@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#3439 problem with UDF functions
parent
5d947f7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
VC++Files/examples/udf_example/udf_example.def
VC++Files/examples/udf_example/udf_example.def
+14
-5
No files found.
VC++Files/examples/udf_example/udf_example.def
View file @
27f269c8
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment