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

ddl: show columns should not change the memory table info #55301

Closed
GMHDBJD opened this issue Aug 8, 2024 · 0 comments · Fixed by #55309
Closed

ddl: show columns should not change the memory table info #55301

GMHDBJD opened this issue Aug 8, 2024 · 0 comments · Fixed by #55309
Labels
affects-8.2 component/ddl This issue is related to DDL of TiDB. severity/minor type/bug The issue is confirmed as a bug.

Comments

@GMHDBJD
Copy link
Contributor

GMHDBJD commented Aug 8, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

CREATE VIEW test.v AS SELECT 1
explain test.v

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

the tableinfo from infoschema.TableByID should not changed

3. What did you see instead (Required)

the tableinfo from infoschema.TableByID changed

4. What is your TiDB version? (Required)

master
@GMHDBJD GMHDBJD added type/bug The issue is confirmed as a bug. severity/minor affects-8.2 labels Aug 8, 2024
@jebter jebter added the component/ddl This issue is related to DDL of TiDB. label Aug 9, 2024
@ti-chi-bot ti-chi-bot bot closed this as completed in 29122de Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-8.2 component/ddl This issue is related to DDL of TiDB. severity/minor type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants