Bugzilla – Attachment 127027 Details for
Bug 26374
Update for 19974 is not idempotent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26374: update from bug 19974 is not idempotent
Bug-26374-update-from-bug-19974-is-not-idempotent.patch (text/plain), 981 bytes, created by
Martin Renvoize (ashimema)
on 2021-10-28 08:12:57 UTC
(
hide
)
Description:
Bug 26374: update from bug 19974 is not idempotent
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-10-28 08:12:57 UTC
Size:
981 bytes
patch
obsolete
>From 4f4b53b0e5ce04afa50b3d0dcff45d43d9804b68 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 3 Sep 2020 16:35:57 +0000 >Subject: [PATCH] Bug 26374: update from bug 19974 is not idempotent > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 1ea8f64bb3..3fe1ca177c 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -15895,7 +15895,7 @@ if( CheckVersion( $DBversion ) ) { > value="batchmod,moredetail,cronjob,additem" > WHERE variable="MarkLostItemsAsReturned" > }); >- } else { >+ } elsif ( $original_value == 0 || !defined($original_value) ) { > $dbh->do(q{ > UPDATE systempreferences > SET type="multiple", >-- >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 26374
:
109633
|
109664
|
109681
| 127027