17 Aug
2013
17 Aug
'13
8:06 a.m.
Hi, Eric! On Aug 16, Eric Bergen wrote:
As part of adding per query table/index statistics I added a per thread query_id. This would serve your purpose too. You could do kill connection_id query_id and be guaranteed of killing the query you want on a specific connection.
Yes, my thought exactly. It'd be pretty easy to extend KILL to support killing by query_id, not by thread_id. Regards, Sergei