diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:07:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:07:14 +0000 |
commit | a175314c3e5827eb193872241446f2f8f5c9d33c (patch) | |
tree | cd3d60ca99ae00829c52a6ca79150a5b6e62528b /sql/udf_example.def | |
parent | Initial commit. (diff) | |
download | mariadb-10.5-a175314c3e5827eb193872241446f2f8f5c9d33c.tar.xz mariadb-10.5-a175314c3e5827eb193872241446f2f8f5c9d33c.zip |
Adding upstream version 1:10.5.12.upstream/1%10.5.12upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'sql/udf_example.def')
-rw-r--r-- | sql/udf_example.def | 36 |
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 |