Checks MyISAM and InnoDB tables for failures.
procedure CheckTable(CheckTypes: TMyCheckTypes = [ctMedium]);
Call the CheckTable method to check MyISAM and InnoDB tables for failures.
The list of the tables is used from TableNames.
Refer to the CHECK TABLE detailed description at MySQL Reference Manual.