Re: RE : WELCOME to mysql@lists.mysql.com

2001-08-05 Thread Brian P. Austin
On Sun, 5 Aug 2001, SOHM Philippe wrote: Hi, I'd like to add a function MD5() to mysql with CREATE FUNCTION Someone can help me ? I know nothing in C Philippe That might be a problem if you wnat to compile in your own function. You might want to try a UDF instead. I don't use them

RE: RE : WELCOME to mysql@lists.mysql.com

2001-08-05 Thread Don Read
On 05-Aug-2001 SOHM Philippe wrote: Hi, I'd like to add a function MD5() to mysql with CREATE FUNCTION Someone can help me ? I know nothing in C Creating a user defined function (UDF) means compiling a shared library; most any language can be used if it supports C call/return conventions.