Skip to content

Commit

Permalink
mysql-compatibility: correct performance_schema statement (#19624) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jan 21, 2025
1 parent dce2ae9 commit 750e5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ mysql> SELECT _tidb_rowid, id FROM t;
### Performance schema

TiDB 主要使用 Prometheus 和 Grafana 来存储及查询相关的性能监控指标。因此,TiDB 的 Performance schema 表返回空结果
TiDB 主要使用 Prometheus 和 Grafana 来存储及查询相关的性能监控指标。因此,TiDB 的大多数 [performance schema ](/performance-schema/performance-schema.md)返回空结果

### 查询计划

Expand Down

0 comments on commit 750e5ae

Please sign in to comment.