View | Details | Raw Unified | Return to bug 13893
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/test.perl (-1 / +5 lines)
Line 0 Link Here
0
- 
1
$DBversion = "XXX";
2
if ( CheckVersion($DBversion) ) {
3
    print "Upgrade to $DBversion done (Bug 13893 - Add ability to execute perl scripts in atomicupdates)\n";
4
    SetVersion($DBversion);
5
}

Return to bug 13893