Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reference/system-databases: add description for TIDB_ROW_ID_SHARDING_INFO #2237

Merged
merged 4 commits into from
Feb 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
address comments
  • Loading branch information
bb7133 committed Feb 20, 2020
commit 66cfed7075a399eced848c84280378f453c4a559
2 changes: 1 addition & 1 deletion dev/reference/system-databases/information-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ SHOW TABLES

表中的信息大部分定义自 MySQL,此外有两列是 TiDB 新增的:

* `TiDB_TABLE_ID`:标识表的内部 ID,该 ID 在一个 TiDB 集群内部唯一。
* `TIDB_TABLE_ID`:标识表的内部 ID,该 ID 在一个 TiDB 集群内部唯一。
* `TIDB_ROW_ID_SHARDING_INFO`:标识表的 Sharding 类型,可能的值为:
- `"NOT_SHARDED"`:表未被 Shard。
- `"NOT_SHARDED(PK_IS_HANDLE)"`:一个定义了整型主键的表未被 Shard。
Expand Down