-
Notifications
You must be signed in to change notification settings - Fork 125
KILL CONNECTION doesn't work #817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
According to changelog this issue was actually fixed in v0.20.0-rc1. But as you can see above -> not really. |
@smacker - we have some incompatibilities with MySQL implementation - see: src-d/go-mysql-server#719 |
How to implement query cancelation then? Current approach:
With current incompatible implementation, I don't see how to implement cancelation at all. |
With MySQL you can only kill the latest query (based on connection_id). |
not sure what you mean. As far as I know you can run only 1 query in 1 connection at the same time.
this discussion move to slack. Just for the record: we don't cancel the latest query but arbitrary one. |
Confirmed that it is fixed on 0.20.0-rc4 |
Gitbase:
MySQL:
Also in gitbase ids in
show processlist
are increasing with each query instead of using current connection_id.The text was updated successfully, but these errors were encountered: