mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / sql / udf_example.def
blob3d569941cc8555a2bb4b1b032f2dd1115fe7d36f
1 LIBRARY udf_example
2 VERSION 1.0
3 EXPORTS
4 lookup
5 lookup_init
6 reverse_lookup
7 reverse_lookup_init
8 metaphon_init
9 metaphon_deinit
10 metaphon
11 myfunc_double_init
12 myfunc_double
13 myfunc_int_init
14 myfunc_int
15 sequence_init
16 sequence_deinit
17 sequence
18 avgcost_init
19 avgcost_deinit
20 avgcost_reset
21 avgcost_add
22 avgcost_clear
23 avgcost
24 is_const
25 is_const_init
26 check_const_len
27 check_const_len_init