msvensson@shellback.(none)
0e5113aead
Add test to mysql-test-run.pl to see if the udf_example.so is availble. Set envioronment variable UDF_EXAMPLE_LIB if it is.
...
Then check in have_udf if that variable is set. Finally use tahe variable when loading the shared library.
2006-04-27 16:32:40 +02:00
msvensson@neptunus.(none)
0e6f948452
Update test results for udf
...
Remove STANDARD define when compile udf_example.so
2006-03-10 12:12:08 +01:00
msvensson@devsrv-b.mysql.com
1ab7d91003
Bug#17261 Passing a variable from a stored procedure to UDF crashes mysqld
...
- Update of test toolsand Makefiles to make it possible to test always test udf's as part
of the mysql test suite
2006-03-10 10:41:04 +01:00
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