title | summary | aliases | |
---|---|---|---|
SHOW PROFILES |
An overview of the usage of SHOW PROFILES for the TiDB database. |
|
The SHOW PROFILES
statement currently only returns an empty result.
ShowStmt:
{{< copyable "sql" >}}
SHOW PROFILES;
Empty set (0.00 sec)
This statement is included only for compatibility with MySQL. Executing SHOW PROFILES
always returns an empty result.