mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00

- 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
2 lines
65 B
Plaintext
2 lines
65 B
Plaintext
CREATE FUNCTION metaphon RETURNS STRING SONAME 'udf_example.so';
|