https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38427

--- Comment #2 from Marcel de Rooy <[email protected]> ---
TODO 

+            export_marc_records_from_sth( $record_type, $sth, "$directory",
$nosanitize, $seq );
+            $pm->finish;    # exit for child only
+        }
+        $offset += $chunk_size;
+        $num_records_exported += $chunk_size;

Do not assume chunk_size to be equal to exported record count.
Here we need to pass back info from the child process to the parent. Since this
complicates the base report, we should do it later. In daily life this wont
hurt.

-- 
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/

Reply via email to