MyDAC

TMyServerControl.ShowProcessList Method

Shows the list of the processes.

Class

TMyServerControl

Syntax

procedure ShowProcessList(Full: boolean = False);

Parameters
Full
True, if full query text will be shown.

Remarks

Call the ShowProcessList method to show the list of the processes. Full parameter specifies whether to show the full text of the query or only the first 100 symbols.

To disconnect use the KillProcess method.

Refer to SHOW [FULL] PROCESSLIST detailed description at MySQL Reference Manual.

See Also

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