summaryrefslogtreecommitdiffstats
path: root/sql/udf_example.def
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:24:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:24:36 +0000
commit06eaf7232e9a920468c0f8d74dcf2fe8b555501c (patch)
treee2c7b5777f728320e5b5542b6213fd3591ba51e2 /sql/udf_example.def
parentInitial commit. (diff)
downloadmariadb-06eaf7232e9a920468c0f8d74dcf2fe8b555501c.tar.xz
mariadb-06eaf7232e9a920468c0f8d74dcf2fe8b555501c.zip
Adding upstream version 1:10.11.6.upstream/1%10.11.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'sql/udf_example.def')
-rw-r--r--sql/udf_example.def36
1 files changed, 36 insertions, 0 deletions
diff --git a/sql/udf_example.def b/sql/udf_example.def
new file mode 100644
index 00000000..903c2b74
--- /dev/null
+++ b/sql/udf_example.def
@@ -0,0 +1,36 @@
+LIBRARY udf_example
+VERSION 1.0
+EXPORTS
+ lookup
+ lookup_init
+ lookup_deinit
+ reverse_lookup
+ reverse_lookup_init
+ reverse_lookup_deinit
+ metaphon_init
+ metaphon_deinit
+ metaphon
+ myfunc_double_init
+ myfunc_double
+ myfunc_int_init
+ myfunc_int
+ udf_sequence_init
+ udf_sequence_deinit
+ udf_sequence
+ avgcost_init
+ avgcost_deinit
+ avgcost_reset
+ avgcost_add
+ avgcost_clear
+ avgcost
+ avg2_init
+ avg2_deinit
+ avg2_reset
+ avg2_add
+ avg2_remove
+ avg2_clear
+ avg2
+ is_const
+ is_const_init
+ check_const_len
+ check_const_len_init