Bug #25253 KILL should inform about the operation (file/line #) where kill flag was checked
Submitted: 23 Dec 2006 7:19
Reporter: Valeriy Kravchuk Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: General Severity:S4 (Feature request)
Version:5.x OS:Any (any)
Assigned to: CPU Architecture:Any

[23 Dec 2006 7:19] Valeriy Kravchuk
Description:
Сlient (and/or error log) should get any extra info possible when thread is being killed with KILL statement. While general cases when kill flag is checked are described in the manual (http://dev.mysql.com/doc/refman/5.0/en/kill.html), the exact case is often not obvious.

Even the trivial/generic "Thread killed in xxx.c line NNN" would be useful.

How to repeat:
KILL any thread while it is running. Try to determine what exact action that thread was performing while really killed.