https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32990
--- Comment #6 from Marcel de Rooy <[email protected]> --- (In reply to Nick Clemens from comment #5) > This worked, however, the error I got was: > > C4::ImportBatch::SetImportRecordMatches(): DBI Exception: DBD::mysql::st > execute failed: Deadlock found when trying to get lock; try restarting > transaction at /kohadevbox/koha/C4/ImportBatch.pm line 494 > > > Does the statement in that routine need an update too? Looks like it doesnt. You just hit the same problem in another part of the code execution in backgroundjob->process. It first does Stage and later calls FindDup. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
