Bugzilla – Attachment 162118 Details for
Bug 36051
Add option to specify SMS::Send driver parameters in a system preference instead of a file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36051: (QA follow-up) Use IGNORE in INSERT
Bug-36051-QA-follow-up-Use-IGNORE-in-INSERT.patch (text/plain), 1.10 KB, created by
Martin Renvoize (ashimema)
on 2024-02-13 16:31:39 UTC
(
hide
)
Description:
Bug 36051: (QA follow-up) Use IGNORE in INSERT
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-02-13 16:31:39 UTC
Size:
1.10 KB
patch
obsolete
>From d128af03441552bc9234ac87237868cef2bcf5f1 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 13 Feb 2024 16:30:42 +0000 >Subject: [PATCH] Bug 36051: (QA follow-up) Use IGNORE in INSERT > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/atomicupdate/bug_36051.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_36051.pl b/installer/data/mysql/atomicupdate/bug_36051.pl >index 0461900e296..7756102562c 100755 >--- a/installer/data/mysql/atomicupdate/bug_36051.pl >+++ b/installer/data/mysql/atomicupdate/bug_36051.pl >@@ -10,7 +10,7 @@ return { > # Do you stuffs here > $dbh->do( > q{ >- INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES >+ INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES > ('SMSSendAdditionalOptions', '', '', 'Additional SMS::Send parameters used to send SMS messages', 'free'); > } > ); >-- >2.43.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 36051
:
161945
|
162115
|
162116
|
162117
| 162118