Skip to content

Commit

Permalink
Make support link consistent also for admin check table index
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Sep 6, 2023
1 parent 6f38755 commit 23b7e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 a bug](/support.md).
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](https://docs.pingcap.com/tidb/stable/support).

## Principles

Expand Down

0 comments on commit 23b7e81

Please sign in to comment.