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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +8 lines)
Lines 6771-6776 if ( CheckVersion($DBversion) ) { Link Here
6771
   SetVersion ($DBversion);
6771
   SetVersion ($DBversion);
6772
}
6772
}
6773
6773
6774
$DBversion = "XXX";
6775
if ( CheckVersion($DBversion) ) {
6776
    $dbh->do(q{
6777
        DROP TABLE IF EXISTS `stopwords`;
6778
    });
6779
    print "Upgrade to $DBversion done (Removed obsolete 'stopwords' table)\n";
6780
    SetVersion($DBversion);
6781
}
6774
6782
6775
=head1 FUNCTIONS
6783
=head1 FUNCTIONS
6776
6784
6777
- 

Return to bug 9819