31 Jan
2014
31 Jan
'14
5:07 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11136 --- Comment #9 from M. Tompsett <mtompset@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.