Bugzilla – Attachment 99226 Details for
Bug 21633
Did finesMode = test ever send email?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21633: (follow-up) Cleanup other values for finesMode
Bug-21633-follow-up-Cleanup-other-values-for-fines.patch (text/plain), 1.17 KB, created by
Martin Renvoize (ashimema)
on 2020-02-18 19:58:00 UTC
(
hide
)
Description:
Bug 21633: (follow-up) Cleanup other values for finesMode
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-02-18 19:58:00 UTC
Size:
1.17 KB
patch
obsolete
>From 5e8b6a3b901b529d359ac133ae92ad9eebe9cb17 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 23 Jan 2020 12:06:21 +0000 >Subject: [PATCH] Bug 21633: (follow-up) Cleanup other values for finesMode > >Signed-off-by: Magnus Enger <magnus@libriotech.no> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../mysql/atomicupdate/bug_21633_remove_finesMode_test.perl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_21633_remove_finesMode_test.perl b/installer/data/mysql/atomicupdate/bug_21633_remove_finesMode_test.perl >index 7075820e17..58b0282f56 100644 >--- a/installer/data/mysql/atomicupdate/bug_21633_remove_finesMode_test.perl >+++ b/installer/data/mysql/atomicupdate/bug_21633_remove_finesMode_test.perl >@@ -2,7 +2,7 @@ $DBversion = 'XXX'; > if( CheckVersion( $DBversion ) ) { > $dbh->do(q{ > UPDATE systempreferences SET value = 'off' >- WHERE variable = 'finesMode' and value = 'test' >+ WHERE variable = 'finesMode' AND (value <> 'production' OR value IS NULL) > }); > $dbh->do(q{ > UPDATE systempreferences SET options = 'off|production', >-- >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 21633
:
96794
|
96835
|
97809
|
97810
|
99225
| 99226