Bugzilla – Attachment 43013 Details for
Bug 14858
misc/batchRebuildItemsTables.pl has hard coded record length limit of 99999 bytes.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14858: removed record length limit test
Bug-14858-removed-record-length-limit-test.patch (text/plain), 1.36 KB, created by
Jonathan Druart
on 2015-10-01 14:10:22 UTC
(
hide
)
Description:
Bug 14858: removed record length limit test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-10-01 14:10:22 UTC
Size:
1.36 KB
patch
obsolete
>From 9e3099f4c234a0ba229a4a695448ce43678adb10 Mon Sep 17 00:00:00 2001 >From: Barton Chittenden <barton@bywatersolutions.com> >Date: Mon, 21 Sep 2015 08:57:43 -0700 >Subject: [PATCH] Bug 14858: removed record length limit test > >Signed-off-by: Nick Clemens <nick@quecheelibrary.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > misc/batchRebuildItemsTables.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/misc/batchRebuildItemsTables.pl b/misc/batchRebuildItemsTables.pl >index 2398bdb..61431c4 100755 >--- a/misc/batchRebuildItemsTables.pl >+++ b/misc/batchRebuildItemsTables.pl >@@ -70,7 +70,6 @@ while ( my ( $biblionumber, $biblioitemnumber, $frameworkcode ) = $sth->fetchrow > my $record = GetMarcBiblio($biblionumber,1); > unless ($record){ push @errors, "bad record biblionumber $biblionumber"; next; } > my ($tmptestfields,$tmptestdirectory,$reclen,$tmptestbaseaddress) = MARC::File::USMARC::_build_tag_directory($record); >- if ($reclen > 99999) { push @errors, "bad record length for biblionumber $biblionumber (length : $reclen) "; next; } > #print "\n################################ record before ##################################\n".$record->as_formatted;#!test > unless ($test_parameter) { > my $rqitemnumber=$dbh->prepare("SELECT itemnumber, biblionumber from items where itemnumber = ? and biblionumber = ?"); >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14858
:
42744
|
42942
| 43013