Repairs specified tables.
procedure RepairTable(RepairTypes: TMyRepairTypes = []);
Call the RepairTable method to repair specified tables.
Works only with MyISAM tables.
List of the tables is used from TableNames.
Refer to REPAIR TABLE detailed description at MySQL Reference Manual.