[Koha-bugs] [Bug 10454] Lack of critical section could generate duplicate card numbers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 13 05:08:28 CEST 2013


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

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


More information about the Koha-bugs mailing list