Help Writing UDF

2002-05-21 Thread Gav Brown
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?

RE: Help Writing UDF

2002-05-21 Thread Larry Thrall
: 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