From 780b64f6dc987ec95640bcf0ee46007f1f5d07d8 Mon Sep 17 00:00:00 2001 From: Kyle M Hall 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