• unknown's avatar
    A few simple fixes plus the added support of being able to repair the meta... · b76b2e68
    unknown authored
    A few simple fixes plus the added support of being able to repair the meta data file via REPAIR TABLE. More information is now provided in SHOW TABLE STATUS.
    
    
    mysql-test/r/archive.result:
      Added REPAIR TABLE test
    mysql-test/t/archive.test:
      Added REPAIR TABLE tests.
    sql/examples/ha_archive.cc:
      Added additional code to show more information during a SHOW TABLE STATUS. Curren size of the compressed file is now shown. Also added global "crashed" flag to mark when a table is crashed. Removed autorebuild during open table. Removed a few unneeded actions in OPTIMIZE TABLE. Fixed DBUG_ENTER for end_build_insert().
    sql/examples/ha_archive.h:
      Added repair options
    b76b2e68
ha_archive.h 3.85 KB