create binding cause connection panic #29503
Labels
affects-4.0
This bug affects 4.0.x versions.
affects-5.0
This bug affects 5.0.x versions.
affects-5.1
This bug affects 5.1.x versions.
affects-5.2
This bug affects 5.2.x versions.
affects-5.3
This bug affects 5.3.x versions.
severity/major
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
set the tidb config item status.record-db-qp to true
2. What did you expect to see? (Required)
The 2 queries run successfully
3. What did you see instead (Required)
panic happens
create binding for select 1 using select 1;
create binding for select a from t using select a from t;
4. What is your TiDB version? (Required)
651e910
The text was updated successfully, but these errors were encountered: