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

Reply via email to