https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18821
--- Comment #32 from Jonathan Druart <[email protected]> --- Before continuing here I think we should first confirm that the code is the cause of the problem. I have talked with Nick last month and it seemed that it came from somewhere else: """ Errors in the logs "DBD::mysql::db begin_work failed: Already in a transaction" - it seemed to increase during heavy circ periods - DB was slowed by constant hits and then clashes """ It does not sound related to this code, but more to rebuild_zebra.pl that uses AutoCommit instead of a DBIC transaction. -- 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/
