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

global temporary table missed in information_schema.tables #55375

Closed
apollodafoni opened this issue Aug 13, 2024 · 3 comments · Fixed by #55379
Closed

global temporary table missed in information_schema.tables #55375

apollodafoni opened this issue Aug 13, 2024 · 3 comments · Fixed by #55379
Assignees
Labels
component/ddl This issue is related to DDL of TiDB. feature/developing the related feature is in development impact/wrong-result severity/major type/bug The issue is confirmed as a bug.

Comments

@apollodafoni
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

create global temporary table global_temp(id int) on commit delete rows;
select count(*) from information_schema.tables where table_name='global_temp';

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

count(*)
1

3. What did you see instead (Required)

count(*)
0

4. What is your TiDB version? (Required)

Release Version: v8.3.0-alpha
Edition: Community
Git Commit Hash: bc0af68
Git Branch: heads/refs/tags/v8.3.0-alpha
UTC Build Time: 2024-08-12 11:56:03
GoVersion: go1.21.10
Race Enabled: false
Check Table Before Drop: false
Store: tikv

@apollodafoni apollodafoni added the type/bug The issue is confirmed as a bug. label Aug 13, 2024
@apollodafoni
Copy link
Author

/component ddl

@ti-chi-bot ti-chi-bot bot added the component/ddl This issue is related to DDL of TiDB. label Aug 13, 2024
@apollodafoni
Copy link
Author

/severity major

@apollodafoni
Copy link
Author

/impact wrong-result
/assign @tangenta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/ddl This issue is related to DDL of TiDB. feature/developing the related feature is in development impact/wrong-result severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants