Skip to content

Commit

Permalink
sql-statements: update the compability comment for SHOW INDEX (#14088) (
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Jul 11, 2023
1 parent 85d344e commit 9a4edd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-show-indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ mysql> SHOW KEYS FROM t1;

## MySQL compatibility

The `Cardinality` column in MySQL shows the number of different values on the index. In TiDB, the `Cardinality` column always shows `0`.
The `SHOW INDEXES [FROM|IN]` statement in TiDB is fully compatible with MySQL. If you find any compatibility differences, report them via [an issue on GitHub](https://github.com/pingcap/tidb/issues/new/choose).

## See also

Expand Down

0 comments on commit 9a4edd0

Please sign in to comment.