mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
fa1f8a9c80
- Pass "buffers[i]" to val_str() in udf_handler::fix_fields insteead of NULL. - Add testcase for UDF that will load and run the udf_example functions if available
1 line
65 B
Text
1 line
65 B
Text
CREATE FUNCTION metaphon RETURNS STRING SONAME 'udf_example.so';
|