Bugzilla – Attachment 8660 Details for
Bug 7837
nb-NO z3950servers.sql misses column names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7837 - nb-NO z3950servers.sql misses column names
Bug-7837---nb-NO-z3950serverssql-misses-column-nam.patch (text/plain), 2.37 KB, created by
Magnus Enger
on 2012-03-27 20:36:43 UTC
(
hide
)
Description:
Bug 7837 - nb-NO z3950servers.sql misses column names
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2012-03-27 20:36:43 UTC
Size:
2.37 KB
patch
obsolete
>From bdfe4536b7f987f34209dd0bd21e61aac4b84df6 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@enger.priv.no> >Date: Tue, 27 Mar 2012 22:35:35 +0200 >Subject: [PATCH] Bug 7837 - nb-NO z3950servers.sql misses column names >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit >Content-Type: text/plain; charset="utf-8" > >Fix installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql so it >includes column names. > >To test: >- Install the nb-NO language >- Run through the web installer, and make sure to select the optional > ("Valgfritt") z3950servers.sql file >- Check there are no errors >- Check that the Z39.50 errors are displayed OK in > Home ⺠Administration ⺠Z39.50 Servers >--- > .../data/mysql/nb-NO/2-Valgfritt/z3950servers.sql | 12 ++++++------ > 1 files changed, 6 insertions(+), 6 deletions(-) > >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql b/installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql >index cb0ce50..78f0502 100644 >--- a/installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql >+++ b/installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql >@@ -1,6 +1,6 @@ >-INSERT INTO `z3950servers` VALUES >-('z3950.loc.gov',7090,'Voyager','','','LIBRARY OF CONGRESS',1,0,0,'USMARC',NULL,'primary','zed','MARC-8',''), >-('z3950.bibsys.no',2100,'BIBSYS','','','BIBSYS',12,1,1,'NORMARC',NULL,'primary','zed','ISO_6937',''), >-('z3950.nb.no',2100,'Norbok','','','NORBOK',13,0,0,'NORMARC',NULL,'primary','zed','ISO_6937',''), >-('z3950.nb.no',2100,'Sambok','','','SAMBOK',14,0,0,'NORMARC',NULL,'primary','zed','ISO_6937',''), >-('z3950.deich.folkebibl.no',210,'data','','','DEICHMAN',15,0,0,'NORMARC',NULL,'primary','zed','ISO_6937',''); >\ No newline at end of file >+INSERT INTO z3950servers (host, port, db, userid, password, name, id, checked, rank, syntax, timeout, icon, position, type, encoding, description) VALUES >+('z3950.loc.gov',7090,'Voyager','','','LIBRARY OF CONGRESS',1,0,0,'USMARC',0,NULL,'primary','zed','MARC-8',''), >+('z3950.bibsys.no',2100,'BIBSYS','','','BIBSYS',12,1,1,'NORMARC',0,NULL,'primary','zed','ISO_6937',''), >+('z3950.nb.no',2100,'Norbok','','','NORBOK',13,0,0,'NORMARC',0,NULL,'primary','zed','ISO_6937',''), >+('z3950.nb.no',2100,'Sambok','','','SAMBOK',14,0,0,'NORMARC',0,NULL,'primary','zed','ISO_6937',''), >+('z3950.deich.folkebibl.no',210,'data','','','DEICHMAN',15,0,0,'NORMARC',0,NULL,'primary','zed','ISO_6937',''); >-- >1.7.2.5
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 7837
:
8660
|
8662