Bugzilla – Attachment 37120 Details for
Bug 13893
Add ability to execute perl scripts in atomicupdates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13893 - Sample .perl file [Do Not Push]
Bug-13893---Sample-perl-file-Do-Not-Push.patch (text/plain), 830 bytes, created by
Kyle M Hall (khall)
on 2015-03-23 13:15:31 UTC
(
hide
)
Description:
Bug 13893 - Sample .perl file [Do Not Push]
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-03-23 13:15:31 UTC
Size:
830 bytes
patch
obsolete
>From 780b64f6dc987ec95640bcf0ee46007f1f5d07d8 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 23 Mar 2015 09:12:58 -0400 >Subject: [PATCH] Bug 13893 - Sample .perl file [Do Not Push] > >--- > installer/data/mysql/atomicupdate/test.perl | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > create mode 100644 installer/data/mysql/atomicupdate/test.perl > >diff --git a/installer/data/mysql/atomicupdate/test.perl b/installer/data/mysql/atomicupdate/test.perl >new file mode 100644 >index 0000000..0222f51 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/test.perl >@@ -0,0 +1,5 @@ >+$DBversion = "XXX"; >+if ( CheckVersion($DBversion) ) { >+ print "Upgrade to $DBversion done (Bug 13893 - Add ability to execute perl scripts in atomicupdates)\n"; >+ SetVersion($DBversion); >+} >-- >1.7.2.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 13893
:
37120
|
37121
|
37122
|
37123
|
37389
|
37997
|
37998