Skip to content

Commit dde5c2e

Browse files
committed
make vale happy
1 parent 8f7d761 commit dde5c2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clinic/clinic-collect-sql-query-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ The output of the collection is as follows:
7373
| Number | Item | Diag collector | Output file |
7474
| :--- | :--- | :--- | :--- |
7575
| 1 | TiDB configuration | `config` | `tidb.toml` |
76-
| 2 | TiDB session variables | `db_vars` | `global_variables.csv``mysql.tidb.csv` |
76+
| 2 | TiDB session variables | `db_vars` | `global_variables.csv`, `mysql.tidb.csv` |
7777
| 3 | TiDB SQL bindings | `sql_bind` | `sql_bind/global_bind.csv` |
7878
| 4 | The table schema in `sql-statement` | `statistics` | `statistics/<db.table>.schema` |
7979
| 5 | The statistics of the table in `sql-statement` | `statistics` | `statistics/<db.table>.json` |
8080
| 6 | The result of `EXPLAIN [ANALYZE] sql-statement` | `explain` | `explain/sql0` |
81-
| 7 | <ul><li>TiDB logs</li><li> TiUP logs of cluster operations</li></ul> | <ul><li>`log`</li><li>`-R=tidb`</li></ul> | `tidb.log``tidb_slow_query.log``tidb_stdeer.log``cluster_audit/$auditfilename` |
82-
| 8 | The cluster information collected by default<ul><li>Basic information of the cluster</li><li>The collection result of Diag</li></ul> | default | `cluster.json``meta.yaml``$collectid_diag_audit.log` |
81+
| 7 | <ul><li>TiDB logs</li><li> TiUP logs of cluster operations</li></ul> | <ul><li>`log`</li><li>`-R=tidb`</li></ul> | `tidb.log`, `tidb_slow_query.log`, `tidb_stdeer.log`, `cluster_audit/$auditfilename` |
82+
| 8 | The cluster information collected by default<ul><li>Basic information of the cluster</li><li>The collection result of Diag</li></ul> | default | `cluster.json`, `meta.yaml`, `$collectid_diag_audit.log` |
8383

8484
### Custom data collection
8585

0 commit comments

Comments
 (0)