28 Apr
2023
28 Apr
'23
5:29 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32990 --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (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.