https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42185 --- Comment #3 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Created attachment 197249 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197249&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 Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> -- You are receiving this mail because: You are watching all bug changes.