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

tidb, I_S: TABLE_ID size is 21 or 64 #48323

Open
shawn0915 opened this issue Nov 6, 2023 · 1 comment
Open

tidb, I_S: TABLE_ID size is 21 or 64 #48323

shawn0915 opened this issue Nov 6, 2023 · 1 comment

Comments

@shawn0915
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

https://github.com/pingcap/tidb/blob/master/pkg/infoschema/tables.go#L1379

var tableTableTiFlashTablesCols = []columnInfo{
{name: "TABLE_ID", tp: mysql.TypeLonglong, size: 64},

https://github.com/pingcap/tidb/blob/master/pkg/infoschema/tables.go#L1436

var tableTableTiFlashSegmentsCols = []columnInfo{
{name: "TABLE_ID", tp: mysql.TypeLonglong, size: 64},

ref asktug topic: https://asktug.com/t/topic/1015931

2. What did you expect to see? (Required)

size is 21? plz confirm.

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

master

@shawn0915 shawn0915 added the type/bug This issue is a bug. label Nov 6, 2023
@shawn0915
Copy link
Contributor Author

@lidezhu PTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants