This statement is used to repair a potentially damaged table.
Syntax
REPAIR [NO_WRITE_TO_BINLOG | LOCAL]
TABLE tbl_name [, tbl_name] ...
[QUICK] [EXTENDED] [USE_FRM]
Note
The current version only supports the syntax with the keyword, and the feature is not yet effective.
