http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11136 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion --- Comment #8 from M. Tompsett <mtompset@hotmail.com> --- After further reading, and looking through Koha, I realized that many of our testing modules have begun to use a: $dbh->{AutoCommit} = 0; This is in stark contrast to the autocommit=1 which is implied in MyISAM. Unless there is a way to disconnect all unit tests from triggering an insert into action_logs, we have a problem if there is $dbh->rollback(). If not for this problem, it would be good. Also, have we bench marked action_logs? -- You are receiving this mail because: You are watching all bug changes.