kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se
bd47f4f3be
udf_example.c, udf.test, Makefile.am:
...
Converted "udf_example.cc" to C, avoids C++ runtime lib dependency (bug#21336)
2006-07-29 04:41:50 +02:00
cmiller@zippy.(none)
4bb358924c
Bug#19904: UDF: not initialized *is_null per row
...
The is_null value was initialized once and thereafter only set to indicate
NULL, and never unset to indicate not-NULL.
Now set is_null to false, in addition to only setting it to true when the value
in question is null.
2006-06-08 13:25:28 -04:00
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