Bugzilla – Attachment 40519 Details for
Bug 11674
Configuration for MARC field doc URLs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
(qa followup) added missing IGNORE to INSERT
qa-followup-added-missing-IGNORE-to-INSERT.patch (text/plain), 1.35 KB, created by
Indranil Das Gupta
on 2015-06-23 11:28:02 UTC
(
hide
)
Description:
(qa followup) added missing IGNORE to INSERT
Filename:
MIME Type:
Creator:
Indranil Das Gupta
Created:
2015-06-23 11:28:02 UTC
Size:
1.35 KB
patch
obsolete
>From 81d538b8cf61efcfa92c9e68de14ed60b28b18a7 Mon Sep 17 00:00:00 2001 >From: Indranil Das Gupta <indradg@gmail.com> >Date: Tue, 23 Jun 2015 16:55:18 +0530 >Subject: [PATCH] (qa followup) added missing IGNORE to INSERT > >added missing IGNORE to INSERT statement in updatedatabase.pl for >compliance with Bug 9071 > >http://bugs.koha-community.org/show_bug.cgi?id=11674 >--- > installer/data/mysql/updatedatabase.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 6786d0b..f07cdba 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -10641,7 +10641,7 @@ foreach my $file ( sort readdir $dirh ) { > $DBversion = "3.21.00.XXX"; > if ( CheckVersion($DBversion) ) { > $dbh->do(" >- INSERT INTO systempreferences (variable,value,options,explanation,type) >+ INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) > VALUES ('MarcFieldDocURL', NULL, NULL, 'URL used for MARC field documentation. Following substitutions are available: {MARC} = marc flavour, eg. \"MARC21\" or \"UNIMARC\". {FIELD} = field number, eg. \"000\" or \"048\". {LANG} = user language, eg. \"en\" or \"fi-FI\"', 'free'); > "); > print "Upgrade to $DBversion done (Bug 11674: Configuration for MARC field doc URLs)\n"; >-- >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 11674
:
26894
|
40432
|
40433
|
40506
|
40515
|
40516
|
40517
|
40519
|
40541
|
40542
|
40605
|
40606
|
40638
|
71108
|
73594
|
74196