You can use this statement to repair a table that may have been damaged.
Syntax
REPAIR [NO_WRITE_TO_BINLOG | LOCAL]
TABLE tbl_name [, tbl_name] ...
[QUICK] [EXTENDED] [USE_FRM]
Note
In the current version, only the keyword syntax is supported. The functionality does not actually take effect.