Bugzilla – Attachment 195112 Details for
Bug 41834
Remove systempreferences's options, explanation and type DB values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41834: (follow-up) nullify marcflavour in atomicupdate
Bug-41834-follow-up-nullify-marcflavour-in-atomicu.patch (text/plain), 1.12 KB, created by
David Cook
on 2026-03-11 04:57:18 UTC
(
hide
)
Description:
Bug 41834: (follow-up) nullify marcflavour in atomicupdate
Filename:
MIME Type:
Creator:
David Cook
Created:
2026-03-11 04:57:18 UTC
Size:
1.12 KB
patch
obsolete
>From 28ba1234d18ace3532a09132c48925ff9a82443e Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Wed, 11 Mar 2026 04:55:40 +0000 >Subject: [PATCH] Bug 41834: (follow-up) nullify marcflavour in atomicupdate > >Signed-off-by: David Cook <dcook@prosentient.com.au> >--- > installer/data/mysql/atomicupdate/bug_41834.pl | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/installer/data/mysql/atomicupdate/bug_41834.pl b/installer/data/mysql/atomicupdate/bug_41834.pl >index 7464b178186..892ff88985d 100755 >--- a/installer/data/mysql/atomicupdate/bug_41834.pl >+++ b/installer/data/mysql/atomicupdate/bug_41834.pl >@@ -66,6 +66,16 @@ return { > WHERE variable IN (} . join( q{,}, map { q{?} } @sysprefs ) . q{)}, undef, @sysprefs > ); > >+ my $updated_last = $dbh->do( >+ q{ >+ UPDATE systempreferences >+ SET options=NULL, explanation=NULL, type=NULL >+ WHERE variable = 'marcflavour' >+ } >+ ); >+ >+ $updated = $updated + $updated_last; >+ > say $out sprintf "Updated %s system preferences", $updated; > }, > }; >-- >2.39.5
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 41834
:
194343
|
194393
|
194409
|
195042
|
195043
|
195044
|
195109
|
195110
|
195111
| 195112