1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

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
This commit is contained in:
unknown
2007-08-13 09:46:09 +02:00
parent e0288a6ae1
commit b35cad86d4

View File

@ -24,3 +24,4 @@ EXPORTS
is_const
is_const_init
check_const_len
check_const_len_init