Skip to content

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 committed Sep 12, 2024
1 parent 1410bdf commit c91e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-resource-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Runaway Query 是指执行时间或消耗资源超出预期的查询(仅指 `S
- 通过查询 `INFORMATION_SCHEMA.RUNAWAY_WATCHES` 获取监控项 ID,删除该监控项。

```sql
SELECT * FROM INFORMATION_SCHEMA.RUNAWAY_WATCHES ORDER BY id\G;
SELECT * FROM INFORMATION_SCHEMA.RUNAWAY_WATCHES ORDER BY id\G
```

```sql
Expand Down

0 comments on commit c91e240

Please sign in to comment.