https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42185
--- Comment #1 from Jonathan Druart <[email protected]> --- Created attachment 196199 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196199&action=edit Bug 42185: Remove C4::Context::_new_dbh This looks trivial at first, but it's not, because of forking and the comment in C4::Context I don't think the comment makes sense, we need to retrieve a new dbh, and so passing the 'new' parameters to C4::Context->dbh should do the same. Test plan: Try rebuild_zebra.pl and confirm there is no error % perl misc/migration_tools/rebuild_zebra.pl --processes 2 -b -- You are receiving this mail because: You are the assignee for the bug. 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/
