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
Oreoxmt committed Jul 11, 2023
1 parent c4b5ac9 commit 3bc2a4e
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 @@ -72,7 +72,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 3bc2a4e

Please sign in to comment.