[Koha-bugs] [Bug 14858] misc/batchRebuildItemsTables.pl has hard coded record length limit of 99999 bytes.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 21 19:37:35 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14858

Barton Chittenden <barton at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #2 from Barton Chittenden <barton at bywatersolutions.com> ---
Test plan:

Import / Create a MARC record that is more than 99999 bytes (this can be done
by creating many items; the 952 fields will bulk up the record).

Manipulate the MARC on the large record so that some item fields
(bulkmarcimport is a good candidate for creating and manipulating such a
record).

Run 

misc/batchRebuildItemsTables.pl, and note that item fields are not updated for
the jumbo record.

Apply the patch.

Re-run misc/batchRebuildItemsTables.pl, and see that the item fields now match
the jumbo record.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list