Browse Source

Bug#29804 UDF parameters don't contain correct string length

- Export 'check_const_len_init' from udf_example.dll


sql/udf_example.def:
  - Export 'check_const_len_init' from udf_example.dll
pull/374/head
unknown 19 years ago
parent
commit
b35cad86d4
  1. 1
      sql/udf_example.def

1
sql/udf_example.def

@ -24,3 +24,4 @@ EXPORTS
is_const
is_const_init
check_const_len
check_const_len_init
Loading…
Cancel
Save