Bug #14101 Allow KILL to take a list of processes to kill
Submitted: 18 Oct 2005 0:57 Modified: 18 Oct 2005 1:34
Reporter: Tobias Asplund Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: General Severity:S4 (Feature request)
Version:5.0.13-rc/BK source OS:Windows (Windows/FreeBSD)
Assigned to: CPU Architecture:Any

[18 Oct 2005 0:57] Tobias Asplund
Description:
Would be nice if KILL would take a list of threads to kill, since in some situations when you need to use it, you actually have to kill off quite a big list of locked processes or similar.

How to repeat:
-- (Make sure you don't have any of those IDs before running!)

KILL 10101, 10102;
-- ERROR 1064 (42000): You have an error in your SQL syntax; check the manual -- that corresponds to your MySQL server version for the right syntax to use near  -- ' 10102' at line 1
[4 Oct 2008 9:39] Konstantin Osipov
See also:
Bug#29519
Bug#24831