Re: Question about UDF

2001-05-29 Thread Mike V. Andreev
Tuesday, May 29, 2001, 6:11:31 PM, you wrote: MVA> conditions: MVA> MySQL-3.23.32 MVA> FreeBSD 4.2-RELEASE MVA> problem: sorry for spam. I'm newbie in this stuff. Now i compiled this example, but it still doesn't work bash-2.04$ mysql -p -u admin mysql> CREATE FUNCTION metaphon RETURNS STRI

Question about UDF

2001-05-29 Thread Mike V. Andreev
conditions: MySQL-3.23.32 FreeBSD 4.2-RELEASE problem: == MySQL documentation: 16.1 Adding a New User-definable Function [...] The MySQL source distribution includes a file `sql/udf_example.cc' that defines 5 new functions. Consult this