[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
Fri Jan 31 18:07:54 CET 2014


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

--- Comment #9 from M. Tompsett <mtompset at hotmail.com> ---
t/db_dependent/Members.t calls C4::Member::DelMember which potentially logs
based on a system preference.

MyISAM is effectively autocommit=1 and prevents transactions. Transactions
should be used in tests.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list