You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
prepared-plan-cache.enabled=true;
use test;
drop table if exists t;
create table t(a int);
select connection_id();
prepare stmt from "select * from t where a=?";
set @a=1;
execute stmt using @a;
# explain for connection id;
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
prepared-plan-cache.enabled=true;
2. What did you expect to see?
3. What did you see instead?
4. What version of TiDB are you using? (
tidb-server -V
or runselect tidb_version();
on TiDB)The text was updated successfully, but these errors were encountered: