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

Wrong column type for PLAN_HINT in statements summary #56057

Open
xhebox opened this issue Sep 13, 2024 · 1 comment
Open

Wrong column type for PLAN_HINT in statements summary #56057

xhebox opened this issue Sep 13, 2024 · 1 comment
Assignees
Labels
severity/minor sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@xhebox
Copy link
Contributor

xhebox commented Sep 13, 2024

Bug Report

{name: stmtsummary.PlanHint, tp: mysql.TypeVarchar, size: 64, comment: "Sampled plan hint"},

It should be text, PLAN_HINT may be large. I encountered this when developing workload repository.

1. Minimal reproduce step (Required)

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

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

master-09-13

@xhebox xhebox added the type/bug The issue is confirmed as a bug. label Sep 13, 2024
@hawkingrei hawkingrei assigned hawkingrei and unassigned hawkingrei Sep 13, 2024
@henrybw
Copy link
Contributor

henrybw commented Sep 17, 2024

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/minor sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

4 participants