Bugzilla – Attachment 91108 Details for
Bug 17178
Add a popup/keyboard shortcuts for diacritics and symbols in the advanced cataloging editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17178: (QA follow-up) Make DB update idempotent
Bug-17178-QA-follow-up-Make-DB-update-idempotent.patch (text/plain), 984 bytes, created by
Martin Renvoize (ashimema)
on 2019-06-28 15:36:09 UTC
(
hide
)
Description:
Bug 17178: (QA follow-up) Make DB update idempotent
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-06-28 15:36:09 UTC
Size:
984 bytes
patch
obsolete
>From ad52ccd1be0ff9a23fdd31c24b5bab38b20b244e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 28 Jun 2019 15:52:37 +0100 >Subject: [PATCH] Bug 17178: (QA follow-up) Make DB update idempotent > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/atomicupdate/bug_17178.perl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_17178.perl b/installer/data/mysql/atomicupdate/bug_17178.perl >index e22a2333e8..1f3f0c4e80 100644 >--- a/installer/data/mysql/atomicupdate/bug_17178.perl >+++ b/installer/data/mysql/atomicupdate/bug_17178.perl >@@ -1,7 +1,7 @@ > $DBversion = 'XXX'; > if( CheckVersion( $DBversion ) ) { > $dbh->do(q{ >- INSERT INTO keyboard_shortcuts (shortcut_name, shortcut_keys) >+ INSERT IGNORE INTO keyboard_shortcuts (shortcut_name, shortcut_keys) > VALUES ("toggle_keyboard", "Shift-Ctrl-K") > }); > >-- >2.20.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 17178
:
89784
|
89795
|
90975
|
90976
|
91003
|
91004
|
91077
|
91078
|
91079
|
91080
|
91106
|
91107
| 91108