Bugzilla – Attachment 157452 Details for
Bug 8838
Digest option for HOLD notice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8838: Replace the atomic update boilerplate
Bug-8838-Replace-the-atomic-update-boilerplate.patch (text/plain), 1.14 KB, created by
Emily Lamancusa (emlam)
on 2023-10-19 14:21:15 UTC
(
hide
)
Description:
Bug 8838: Replace the atomic update boilerplate
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2023-10-19 14:21:15 UTC
Size:
1.14 KB
patch
obsolete
>From 05bf33d07480403829505e665b1d4938e5d9da83 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 11 Sep 2023 13:44:00 -0400 >Subject: [PATCH] Bug 8838: Replace the atomic update boilerplate > >--- > installer/data/mysql/atomicupdate/bug_8838.pl | 14 +------------- > 1 file changed, 1 insertion(+), 13 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_8838.pl b/installer/data/mysql/atomicupdate/bug_8838.pl >index 00093fa260..70a230db62 100755 >--- a/installer/data/mysql/atomicupdate/bug_8838.pl >+++ b/installer/data/mysql/atomicupdate/bug_8838.pl >@@ -20,18 +20,6 @@ return { > > # Print useful stuff here > # tables >- say $out "Added new table 'XXX'"; >- say $out "Added column 'XXX.YYY'"; >- >- # sysprefs >- say $out "Added new system preference 'XXX'"; >- say $out "Updated system preference 'XXX'"; >- say $out "Removed system preference 'XXX'"; >- >- # permissions >- say $out "Added new permission 'XXX'"; >- >- # letters >- say $out "Added new letter 'XXX' (TRANSPORT)"; >+ say $out "Added new notice 'HOLDDGST'"; > }, > }; >-- >2.30.2
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 8838
:
154947
|
154948
|
154950
|
154959
|
154969
|
155415
|
155487
|
155488
|
155489
|
155490
|
155504
|
155505
|
155506
|
155507
|
157360
|
157361
|
157450
|
157451
|
157452
|
157453
|
157454
|
157455
|
157456
|
157457
|
157459
|
157460
|
157461
|
157462