Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
Description
See also: https://github.com/codership/galera/issues/448
In some cases Galera can mark a user thread as high priority(TOI DDLs) making it unkillable (with misleading message at MDEV-12008)
I think it should be allowed a way to kill such thread/query under the responsibility of the DBA.
Syntax could be:
KILL [CONNECTION | QUERY] processlist_id [FORCE]
Attachments
Issue Links
- is blocked by
-
MDEV-18464 Port kill_one_trx fixes from 10.4 to 10.1
-
- Closed
-
This is a feature request. bar How hard it would be to add this new FORCE keyword for kill and does it require change on storage engine API or can it be added to current structures as a additional info ?