mariadb/mysql-test/r/have_udf.require
msvensson@devsrv-b.mysql.com fa1f8a9c80 Bug#17261 Passing a variable from a stored procedure to UDF crashes mysqld
- 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
2006-02-15 17:11:24 +01:00

1 line
65 B
Text

CREATE FUNCTION metaphon RETURNS STRING SONAME 'udf_example.so';