http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14655
--- Comment #10 from Jonathan Druart <[email protected]> --- (In reply to Jesse Weaver from comment #9) > Doing this with "SELECT borrowernumber FROM borrowers WHERE privacy = 2 > LIMIT 1" ran in 0.02s on one of our largest sites (~125K borrowers), so it > is practical. I don't understand why you want that, could you please detail? Have a look at the updatedb entry 3.21.00.013, we were careful to raise a warning if needed. I don't think it's worth to add a select statement for every checkin. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
