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 convention
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 the