Skip to content

Commit c93145e

Browse files
author
Docsite Preview Bot
committed
Post-process docs (variables replaced, copyable removed)
1 parent f506f48 commit c93145e

3 files changed

Lines changed: 80 additions & 86 deletions

File tree

markdown-pages/en/tidb/master/information-schema/information-schema-slow-query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `SLOW_QUERY` table provides the slow query information of the current node,
1919

2020
> **Note:**
2121
>
22-
> This table is not available on [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential) clusters.
22+
> This table is not available on [TiDB Cloud Starter](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [TiDB Cloud Essential](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential) clusters.
2323
2424
<CustomContent platform="tidb">
2525

@@ -142,7 +142,7 @@ The `CLUSTER_SLOW_QUERY` table provides the slow query information of all nodes
142142

143143
> **Note:**
144144
>
145-
> This table is not available on [{{{ .starter }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [{{{ .essential }}}](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential) clusters.
145+
> This table is not available on [TiDB Cloud Starter](https://docs.pingcap.com/tidbcloud/select-cluster-tier#starter) and [TiDB Cloud Essential](https://docs.pingcap.com/tidbcloud/select-cluster-tier#essential) clusters.
146146
147147
<CustomContent platform="tidb">
148148

markdown-pages/en/tidb/master/performance-schema/performance-schema-session-connect-attrs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Common attributes:
2424

2525
You can view the columns of the `SESSION_CONNECT_ATTRS` table as follows:
2626

27-
{{< copyable "sql" >}}
28-
2927
```sql
3028
USE performance_schema;
3129
DESCRIBE session_connect_attrs;
@@ -44,8 +42,6 @@ DESCRIBE session_connect_attrs;
4442

4543
You can view the information on session attributes stored in the `SESSION_CONNECT_ATTRS` table as follows:
4644

47-
{{< copyable "sql" >}}
48-
4945
```sql
5046
USE performance_schema;
5147
TABLE SESSION_CONNECT_ATTRS;

0 commit comments

Comments
 (0)