Bugzilla – Attachment 45448 Details for
Bug 15325
rebuild_zebra.pl table option (-t) doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15325: Fix --table option of rebuild_zebra.pl
Bug-15325-Fix---table-option-of-rebuildzebrapl.patch (text/plain), 1019 bytes, created by
Julian Maurice
on 2015-12-07 14:28:25 UTC
(
hide
)
Description:
Bug 15325: Fix --table option of rebuild_zebra.pl
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2015-12-07 14:28:25 UTC
Size:
1019 bytes
patch
obsolete
>From bbaa4dae11504930654085e2563e067f8f7244af Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 7 Dec 2015 15:25:25 +0100 >Subject: [PATCH] Bug 15325: Fix --table option of rebuild_zebra.pl > >Option's value given on command line was never used and 'biblioitems' >was used instead. >--- > misc/migration_tools/rebuild_zebra.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/migration_tools/rebuild_zebra.pl b/misc/migration_tools/rebuild_zebra.pl >index dd97170..beaf4d3 100755 >--- a/misc/migration_tools/rebuild_zebra.pl >+++ b/misc/migration_tools/rebuild_zebra.pl >@@ -452,7 +452,7 @@ sub select_all_authorities { > > sub select_all_biblios { > $table = 'biblioitems' >- if grep { /^$table$/ } @tables_allowed_for_select; >+ unless grep { /^$table$/ } @tables_allowed_for_select; > my $strsth = qq{ SELECT biblionumber FROM $table }; > $strsth.=qq{ WHERE $where } if ($where); > $strsth.=qq{ LIMIT $length } if ($length && !$offset); >-- >1.9.1
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 15325
:
45448
|
45459
|
45497