Bugzilla – Attachment 57702 Details for
Bug 17391
ReturnpathDefault and ReplyToDefault missing from syspref.sql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17391 (QA Followup) use INSERT INGORE in atomicupdate
-Bug-17391-QA-Followup-use-INSERT-INGORE-in-atomic.patch (text/plain), 1.37 KB, created by
Nick Clemens (kidclamp)
on 2016-11-22 11:12:22 UTC
(
hide
)
Description:
Bug 17391 (QA Followup) use INSERT INGORE in atomicupdate
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2016-11-22 11:12:22 UTC
Size:
1.37 KB
patch
obsolete
>From 6d8821acbf81ba76d25e14e2dafe306da6e3c81b Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 22 Nov 2016 11:05:19 +0000 >Subject: [PATCH] Bug 17391 (QA Followup) use INSERT INGORE in > atomicupdate > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > installer/data/mysql/atomicupdate/bug_17391.sql | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_17391.sql b/installer/data/mysql/atomicupdate/bug_17391.sql >index b3cfd74..3d0e780 100644 >--- a/installer/data/mysql/atomicupdate/bug_17391.sql >+++ b/installer/data/mysql/atomicupdate/bug_17391.sql >@@ -1,2 +1,2 @@ >-INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReplytoDefault', '', NULL, 'The default email address to be set as replyto.', 'Free'); >-INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReturnpathDefault', '', NULL, 'The default email address to be set as return-path', 'Free'); >+INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReplytoDefault', '', NULL, 'The default email address to be set as replyto.', 'Free'); >+INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReturnpathDefault', '', NULL, 'The default email address to be set as return-path', 'Free'); >-- >2.1.4
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 17391
:
56570
|
57588
|
57589
|
57590
|
57699
|
57700
|
57701
| 57702