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

fix query fields on tidb_background_subtask to avoid error when upgrade #49263

Open
D3Hunter opened this issue Dec 7, 2023 · 0 comments
Open
Labels
affects-7.5 component/ddl This issue is related to DDL of TiDB. severity/moderate type/bug This issue is a bug.

Comments

@D3Hunter
Copy link
Contributor

D3Hunter commented Dec 7, 2023

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

we might add new fields in the table, to avoid upgrade fail we need fix the selected fields

only affects 7.5, master has change it in #49020

rs, err := stm.executeSQLWithNewSession(ctx, `select * from mysql.tidb_background_subtask

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

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

@jebter jebter added the component/ddl This issue is related to DDL of TiDB. label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.5 component/ddl This issue is related to DDL of TiDB. severity/moderate type/bug This issue is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants