Bugzilla – Attachment 78532 Details for
Bug 21235
Remove services_throttle if not required for ThingISBN
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21235: (qa followup) Remove table services_throttle
Bug-21235-qa-followup-Remove-table-servicesthrottl.patch (text/plain), 1.10 KB, created by
Martin Renvoize (ashimema)
on 2018-09-07 15:30:21 UTC
(
hide
)
Description:
Bug 21235: (qa followup) Remove table services_throttle
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-09-07 15:30:21 UTC
Size:
1.10 KB
patch
obsolete
>From 051fb23804515cf480496bce4aa08a08c4afe984 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 7 Sep 2018 16:28:22 +0100 >Subject: [PATCH] Bug 21235: (qa followup) Remove table services_throttle > >Add the missing db update to nuke the services throttle from high orbit > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/atomicupdate/bug_21235.perl | 8 ++++++++ > 1 file changed, 8 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_21235.perl > >diff --git a/installer/data/mysql/atomicupdate/bug_21235.perl b/installer/data/mysql/atomicupdate/bug_21235.perl >new file mode 100644 >index 0000000000..e7858cd647 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_21235.perl >@@ -0,0 +1,8 @@ >+$DBversion = 'XXX'; # will be replaced by the RM >+if( CheckVersion( $DBversion ) ) { >+ $dbh->do( "DROP TABLE IF EXISTS services_throttle" ); >+ >+ # Always end with this (adjust the bug info) >+ SetVersion( $DBversion ); >+ print "Upgrade to $DBversion done (Bug 21235: Remove table services_throttle)\n"; >+} >-- >2.18.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 21235
:
77920
|
77921
|
78502
|
78531
|
78532
|
78533
|
78534