Skip to content

Commit

Permalink
Apply update to rectly updated doc as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Sep 4, 2023
1 parent 7514c8c commit 6f38755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql-statements/sql-statement-admin-check-table-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It does not support the following:
- Checking [FOREIGN KEY constraints](/foreign-key.md).
- Checking the PRIMARY KEY index if a [clustered primary key](/clustered-indexes.md) is used.

If `ADMIN CHECK [TABLE|INDEX]` finds any issues, you can resolve them by dropping and recreating the index. If the issue is not resolved, you can report an [issue](https://github.com/pingcap/tidb/issues/new/choose) on GitHub.
If `ADMIN CHECK [TABLE|INDEX]` finds any issues, you can resolve them by dropping and recreating the index. If the issue is not resolved, you can [report a bug](/support.md).

## Principles

Expand Down Expand Up @@ -69,4 +69,4 @@ This statement is a TiDB extension to MySQL syntax.

## See also

* [`ADMIN REPAIR`](/sql-statements/sql-statement-admin.md#admin-repair-statement)
* [`ADMIN REPAIR`](/sql-statements/sql-statement-admin.md#admin-repair-statement)

0 comments on commit 6f38755

Please sign in to comment.