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

Result wrong for query select TABLE_SCHEMA from information_schema.tables where TIDB_TABLE_ID= xx #57657

Closed
lilinghai opened this issue Nov 25, 2024 · 0 comments · Fixed by #57746
Assignees
Labels
affects-8.5 This bug affects the 8.5.x(LTS) versions. impact/wrong-result severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@lilinghai
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

image

-- return all schema names
select TABLE_SCHEMA from information_schema.tables where TIDB_TABLE_ID=4611686018427387967; 

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

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

8.5 master

@lilinghai lilinghai added the type/bug The issue is confirmed as a bug. label Nov 25, 2024
@tiancaiamao tiancaiamao self-assigned this Nov 25, 2024
@jebter jebter added the sig/sql-infra SIG: SQL Infra label Nov 26, 2024
ti-chi-bot bot pushed a commit that referenced this issue Nov 27, 2024
ti-chi-bot bot pushed a commit that referenced this issue Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-8.5 This bug affects the 8.5.x(LTS) versions. impact/wrong-result severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants