-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
type/feature-requestCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Feature Request
Is your feature request related to a problem? Please describe:
Please support KILL TIDB connection_id()
For Now:
KILL TIDB connection_id();
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 23 near "connection_id()"
KILL connection_id();
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 18 near "connection_id()"Describe the feature you'd like:
Just like MySQL or MariaDB:
KILL connection_id();
ERROR 1927 (70100): Connection was killedReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/feature-requestCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.