Skip to content

Commit

Permalink
Table Name to Table name
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Mar 28, 2024
1 parent 3564107 commit 9e7836b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions information-schema/information-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Many `INFORMATION_SCHEMA` tables have a corresponding `SHOW` command. The benefi

<CustomContent platform="tidb">

| Table Name | Description |
| Table name | Description |
|-----------------------------------------------------------------------------------------|-----------------------------|
| [`CHARACTER_SETS`](/information-schema/information-schema-character-sets.md) | Provides a list of character sets the server supports. |
| [`CHECK_CONSTRAINTS`](/information-schema/information-schema-check-constraints.md) | Provides information about [`CHECK` constraints](/constraints.md#check) on tables. |
Expand Down Expand Up @@ -57,7 +57,7 @@ Many `INFORMATION_SCHEMA` tables have a corresponding `SHOW` command. The benefi

<CustomContent platform="tidb-cloud">

| Table Name | Description |
| Table name | Description |
|-----------------------------------------------------------------------------------------|-----------------------------|
| [`CHARACTER_SETS`](/information-schema/information-schema-character-sets.md) | Provides a list of character sets the server supports. |
| [`CHECK_CONSTRAINTS`](/information-schema/information-schema-check-constraints.md) | Provides information about [`CHECK` constraints](/constraints.md#check) on tables. |
Expand Down Expand Up @@ -105,7 +105,7 @@ Many `INFORMATION_SCHEMA` tables have a corresponding `SHOW` command. The benefi
>
> Some of the following tables are only supported on TiDB Self-Hosted and not supported on TiDB Cloud. To get a full list of unsupported tables on TiDB Cloud, see [System tables](https://docs.pingcap.com/tidbcloud/limited-sql-features#system-tables).
| Table Name | Description |
| Table name | Description |
|-----------------------------------------------------------------------------------------|-------------|
| [`ANALYZE_STATUS`](/information-schema/information-schema-analyze-status.md) | Provides information about tasks to collect statistics. |
| [`CLIENT_ERRORS_SUMMARY_BY_HOST`](/information-schema/client-errors-summary-by-host.md) | Provides a summary of errors and warnings generated by client requests and returned to clients. |
Expand Down Expand Up @@ -158,7 +158,7 @@ Many `INFORMATION_SCHEMA` tables have a corresponding `SHOW` command. The benefi

<CustomContent platform="tidb-cloud">

| Table Name | Description |
| Table name | Description |
|-----------------------------------------------------------------------------------------|-------------|
| [`ANALYZE_STATUS`](/information-schema/information-schema-analyze-status.md) | Provides information about tasks to collect statistics. |
| [`CLIENT_ERRORS_SUMMARY_BY_HOST`](/information-schema/client-errors-summary-by-host.md) | Provides a summary of errors and warnings generated by client requests and returned to clients. |
Expand Down
4 changes: 2 additions & 2 deletions performance-schema/performance-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TiDB implements performance schema tables for MySQL compatibility.

## Tables for MySQL compatibility

| Table Name | Description |
| Table name | Description |
|--------------------------------------------------------------------------------------------------|-----------------------------------------------------------|
| `events_stages_current` | |
| `events_stages_history` | |
Expand All @@ -33,7 +33,7 @@ TiDB implements performance schema tables for MySQL compatibility.

## Tables that are TiDB extensions

| Table Name | Description |
| Table name | Description |
|--------------------------------------------------------------------------------------------------|-----------------------------------------------------------|
| `pd_profile_allocs` | |
| `pd_profile_block` | |
Expand Down
2 changes: 1 addition & 1 deletion sys-schema/sys-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Starting from v8.0.0, TiDB provides the `sys` schema. You can use the views in `

## Tables for MySQL compatibility

| Table Name | Description |
| Table name | Description |
|--------------------------------------------------------------------------------------------------|-----------------------------------------------------------|
| [`schema_unused_indexes`](/sys-schema/sys-schema-unused-indexes.md) | Records indexes that have not been used since the last start of TiDB. |

0 comments on commit 9e7836b

Please sign in to comment.