• Michael Widenius's avatar
    Enable archive tables to work with mysql_upgrade / repair · 9f855602
    Michael Widenius authored
    Made long file names from previous patch shorter
    
    mysql-test/r/archive.result:
      Added testing of repair (for upgrade) of 5.0 tables.
    mysql-test/std_data/archive_5_0.ARM:
      Archive table created in MySQL 5.0
    mysql-test/std_data/archive_5_0.ARZ:
      Archive table created in MySQL 5.0
    mysql-test/std_data/archive_5_0.frm:
      Archive table created in MySQL 5.0
    mysql-test/std_data/long_table_name.MYD:
      Made long file names shorter
    mysql-test/std_data/long_table_name.MYI:
      Made long file names shorter
    mysql-test/std_data/long_table_name.frm:
      Made long file names shorter
    mysql-test/t/archive.test:
      Added testing of repair (for upgrade) of 5.0 tables.
    sql/sql_table.cc:
      Allow recreate to open crashed tables.
    sql/table.cc:
      Fix error message if storage engine doesn't exists.
    storage/archive/azio.c:
      Reset status values in case archive is of old versions
    storage/archive/ha_archive.cc:
      Fix to allow one to open old versions of table during repair
      Reset status variables for old version tables
      If the the table is of old version, force upgrade with ALTER TABLE when doing repair
    storage/archive/ha_archive.h:
      Added variables to detect old versions
    9f855602
archive.test 103 KB