RE: Weird error with stored function

2006-11-24 Thread imre
more than a few hours of experience with the MySQL codebase can see some possible pitfalls in this fix. Thx ImRe > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 23 November 2006 12:14 > To: 'mysql@lists.mysql.com' > Subject: Weird error

Weird error with stored function

2006-11-23 Thread imre
Hi, I am trying to use stored functions through the prepared statement C API. I have one application that issues relatively long running queries, while the other is doing some inserts, updates, and short queries. If the second application somehow calls a stored function (either directly through