Adding native functions question

2003-12-16 Thread Devin Eyre
How do you get the string value of an argument to a function?
For integer, there's val_int(), for real, there's val().
I tried using val_str(), but that didn't work.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Compiling UDF on Sparc Solaris

2003-12-11 Thread Devin Eyre
Has anyone had any success compiling udf_example.so (and getting it to work)
on sparc solaris 8?  I've tried it with the Sun Forte compilers, using the
configure options mentioned in the on-line manual, and also with gcc 2.95.3.
I was able to get it to work easily on Linux using gcc 3.3.1.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]