unable to kill query #4378
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
type/enhancement
The issue or PR belongs to an enhancement.
What did you do?
select sleep(10);
hit
ctrl+c
with the same session to cancel, orkill id
in another session.What did you expect to see?
kill the sleep query.
What did you see instead?
with
ctrl+c
shows^C^C -- query aborted
but blocked until the sleep query completed.with
kill id
returned ok but nothing happened, sleep query completed.What version of TiDB are you using (
tidb-server -V
)?master
The text was updated successfully, but these errors were encountered: