[Koha-bugs] [Bug 11136] action_logs should be a MyISAM table, not InnoDB

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 16 14:23:25 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11136

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |In Discussion

--- Comment #8 from M. Tompsett <mtompset at 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.


More information about the Koha-bugs mailing list