MyDAC

TMyServerControl.CheckTable Method

Checks MyISAM and InnoDB tables for failures.

Class

TMyServerControl

Syntax

procedure CheckTable(CheckTypes: TMyCheckTypes = [ctMedium]);

Parameters
CheckTypes
Holds the type of the checking that will be performed.

Remarks

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.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback