I am getting lots of emails sent to me for your address.  Either you
have a virus or you need to contact your hosting company

Larry Thrall
2924 1/2 Main Street
Santa Monica, CA 90405
t. 310.314.5126
f. 310.450.0143

-----Original Message-----
From: Gav Brown [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 21, 2002 8:34 AM
To: [EMAIL PROTECTED]
Subject: Help Writing UDF

I was wondering if any one could help me with a about writing UDF's for
mysql.

If I reallocate more memory for the result string;
ie
 char *myResult;
 myResult = (char *) calloc(1, resultSize);
 *res_length = (ulong) resultSize;
 return myResult;

Do I have to free it anywhere - and if so where? Or will mysql handle
this
for me?

Cheers

Gav Brown


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to