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 a
prepared statement, or indirectly through a trigger) while first is in the
middle of a query, then I receiving an error like this one:
FUNCTION gi.get_country does not exist

Anybody have seen something like this before?
How can I circumvent it? 

I'm on windows, running MySQL 5.0.27-community-log.  I am using InnoDB for
my database, and the server SQL mode is 
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION,ANS
I,ONLY_FULL_GROUP_BY"

Thanks in advance

ImRe



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to