Lines 7330-7335
if ( CheckVersion($DBversion) ) {
Link Here
|
7330 |
SetVersion($DBversion); |
7330 |
SetVersion($DBversion); |
7331 |
} |
7331 |
} |
7332 |
|
7332 |
|
|
|
7333 |
$DBversion = "3.13.00.XXX"; |
7334 |
if ( CheckVersion($DBversion) ) { |
7335 |
$dbh->do("ALTER TABLE action_logs ENGINE = MYISAM"); |
7336 |
print "Upgrade to $DBversion done (Bug 11136 - action_logs should be a MyISAM table, not InnoDB)\n"; |
7337 |
SetVersion($DBversion); |
7338 |
} |
7339 |
|
7333 |
=head1 FUNCTIONS |
7340 |
=head1 FUNCTIONS |
7334 |
|
7341 |
|
7335 |
=head2 TableExists($table) |
7342 |
=head2 TableExists($table) |
7336 |
- |
|
|