Re: DBI Mysql Driver Handle Mysteriously Changes!

2014-03-27 Thread Duncan McEwan
Hi, > > > > At the moment I only turn DBI tracing on in the connect_cached() call and > > turn it off again before the call returns. I did that because I was worried > > about the amount of output that would be produced if I left tracing on. > > But perhaps that is what I will have to do. > > P

Re: DBI Mysql Driver Handle Mysteriously Changes!

2014-03-27 Thread Tim Bunce
On Thu, Mar 27, 2014 at 04:43:41PM +1300, Duncan McEwan wrote: > > > > I've got 1000's of lines of debugging showing this happening. Some of it > > > is my own, inserted as print statements or cluck calls directly into > > > DBI.pm > > > and some of it the standard DBI debugging set to level 9.