Bob,
Thanks for the reply. I came up with a similar "patch" myself...
//if (mysql_result != NULL) mysql_free_result(mysql_result);
while ( mysql_result != NULL )
{
mysql_free_result( mysql_result );
mysql_result = mysql_next_result( mysql_handle ) ? NULL :
mysql_store_result( mysql_handle );
}
Dan
To: [email protected]
cc: [email protected]
Subject: Re: [exim] calling mysql stored procedures from Exim
LSN: Not Relevant - Not Privileged
User Filed as: Excl/AdminMgmt-14-4/QA:N/A
[email protected] wrote:
> I am trying to call a mysql stored procedure which returns a results set
> to Exim:
http://lists.exim.org/lurker/message/20080320.164746.92fd8bc8.en.html
http://lists.exim.org/lurker/message/20080320.214041.ed0aff44.en.html
http://lists.exim.org/lurker/message/20080320.215409.cdbbbaff.en.html
Been running Exim with the patch from the third message since March last
year without problems.
--
B. Johannessen <[email protected]>
Johannessen Design Bureau
GSM/SMS: (+47) 97152009
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/