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

Some DDL queries are written incorrectly #33134

Closed
wjhuang2016 opened this issue Mar 16, 2022 · 0 comments · Fixed by #33079
Closed

Some DDL queries are written incorrectly #33134

wjhuang2016 opened this issue Mar 16, 2022 · 0 comments · Fixed by #33079
Labels
severity/moderate sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@wjhuang2016
Copy link
Member

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

I found that some DDL's queries are written incorrectly from this PR #33079
For example,
unlock tables, which is called after session close.
cache table, whose query is covered by some internal DML.

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

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

master

@wjhuang2016 wjhuang2016 added the type/bug The issue is confirmed as a bug. label Mar 16, 2022
@aytrack aytrack added the sig/sql-infra SIG: SQL Infra label Mar 17, 2022
ti-chi-bot pushed a commit that referenced this issue Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/moderate 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.

2 participants