You are viewing the archived documentation of TiDB, which no longer receives updates.

View latest LTS version docs

SHOW PROFILES

The SHOW PROFILES statement currently only returns an empty result.

Synopsis

ShowStmt:

ShowStmt

Examples

SHOW PROFILES;
Empty set (0.00 sec)

MySQL compatibility

This statement is included only for compatibility with MySQL. Executing SHOW PROFILES always returns an empty result.