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
descselect1+1;
desc for connection 1;
descselect1+1;
desc format="dot" for connection 1;
2. What did you expect to see?
Output an empty graph, no error.
3. What did you see instead?
mysql>desc for connection 1;
Empty set (0.00 sec)
mysql>desc format="dot" for connection 1;
ERROR 1105 (HY000): interface conversion: *core.Explain is not core.PhysicalPlan: missing method Children
4. What version of TiDB are you using? (tidb-server -V or run select tidb_version(); on TiDB)
1. What did you do?
2. What did you expect to see?
Output an empty graph, no error.
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: