On Mon, 27 Dec 2010 12:46:39 -0500 Jason Bertoch <ja...@i6ix.com> wrote:
> Dec 24 08:54:05 mail spamd[24172]: Issuing rollback() due to DESTROY > without explicit disconnect() of DBD::mysql::db handle > bayes:127.0.0.1:3306 > at /usr/local/lib/perl5/site_perl/5.8.9/Mail/SpamAssassin/Plugin/Bayes.pm > line 1516, <GEN140> line 2. > Sounds like a timeout with mysql. I don't think so. That message typically comes about when a DBI database handle goes out of scope without disconnect() having been called. It's probably harmless, but it does indicate carelesness in the Perl code. Regards, David.