RE: Can't use mysql stored procedures under mod_perl (although they work directly from Perl)

2006-07-31 Thread Jonathan H Lundquist
Thanks for your reply; it is the only one so far. I will give 3.0006_1 a try, but I'm not hopeful, as I think we probably are dealing with a mod_perl bug. I am using 3.0006, but as I stated it has been patched for multiple result set (procedure) support, and it is calling procedures successfully

Can't use mysql stored procedures under mod_perl (although they work directly from Perl)

2006-07-26 Thread Jonathan H Lundquist
-8<-- Start Bug Report 8<-- 1. Problem Description: I'm trying to use stored procedures in a mysql database from within a perl script. A simple test script runs fine from a command-line perl interpreter, and runs fine when invoked via CGI. The same script