Paul Makepeace wrote: > Hi, > > Apache::DBI doesn't seem to be caching connections here causing a test failure. I'm using Debian/unstable, Debian's perl 5.8.2, mysql 4.0.16, DBD::mysql 2.9003, and CPAN's DBI 1.39. (DBI warned about perl having threading enabled, FWIW.) > > Any ideas what could be the problem?
I've been wondering if the random-hash ordering foo in recent perls would cause Apache::DBI to break - IIRC it was somewhat dependent on the order of the connect() arguments. I've been meaning to dig into it just out of curiosity (I don't really use Apache::DBI anymore). anyway, you might want to check if exporting $ENV{PERL_HASH_SEED} before you run the tests helps at all, or messing with whatever other compile-time things affect the hash order (I can't recall at the moment what they are). HTH --Geoff -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html