Bugzilla – Attachment 109681 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), 916 bytes, created by
Nick Clemens (kidclamp)
on 2020-09-04 18:05:50 UTC
(
hide
)
Description:
Bug 26374: update from bug 19974 is not idempotent
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-09-04 18:05:50 UTC
Size:
916 bytes
patch
obsolete
>From 07efe3244c74564751980cd9ac492e3c1cafa5a4 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 > >--- > 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 fb1cedf9cd..7379d1b921 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -15894,7 +15894,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.11.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 26374
:
109633
|
109664
|
109681
|
127027