Bug #32049 MySQL server doesn't upgrade MyISAM tables
Submitted: 2 Nov 2007 10:02 Modified: 30 Nov 2007 11:37
Reporter: Pavel Pushkarev Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: MyISAM storage engine Severity:S2 (Serious)
Version:5.1.22-rc OS:Linux
Assigned to: CPU Architecture:Any
Tags: myisam upgrade

[2 Nov 2007 10:02] Pavel Pushkarev
Description:
MySQL server 5.1 doesn't upgrade MyISAM tables from version 7.

How to repeat:
1. Get a binary MyISAM table from 4.0 (version 7) into MySQL 5.1 datadir.
2. Issue a REPAIR TABLE statement.

The table does not get upgraded to version 10.

Suggested fix:
Recheck the "REPAIR TABLE" statement.
[22 Nov 2007 18:16] Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on
how to report a bug at http://bugs.mysql.com/how-to-report.php

REPAIR TABLE is not supposed to change version of the table. See also http://dev.mysql.com/doc/refman/5.1/en/repair-table.html
[30 Nov 2007 11:37] Jon Stephens
Duplicate of Bug #32635