http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10454
--- Comment #2 from M. Tompsett <[email protected]> --- gmcharlt pointed out that LOCK'ing is not really an option as it is not recommended for InnoDB under MySQL. And though transactions are handy in making things atomic, they do not create a "critical section" which is needed around fixup_cardnumber and AddMember calls. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
