[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
Tue Sep 29 02:28:37 CEST 2015


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

Nick Clemens <nick at quecheelibrary.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at quecheelibrary.org

--- Comment #4 from Nick Clemens <nick at quecheelibrary.org> ---
Test plan was unclear, but here's what I did:

1 - Created a super big record (pasted a project gutenberg work into 520$b)
2 - Added items with $x - Non public and $z Public 
3 - Mapped field x to items.itemnotes_nonpublic
4 - Checked mysql table, items.itemnotes_nonpublic was NULL
5 - Ran batchRebuildItemsTables.pl - received an error
6 - Checked mysql table, items.itemnotes_nonpublic was NULL
7 - Applied patch
8 - Ran batchRebuildItemsTables.pl - no error
9 - Checked mysql table, items.itemnotes_nonpublic was 'Non public'
10 - Signed off

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


More information about the Koha-bugs mailing list