----- Original Message -----
> From: "Sebastien FLAESCH" <s...@4js.com>
> Subject: Re: signal handling in mysql cli

> Nobody concerned by this case?
> Simple question: is it safe or not to do a KILL QUERY in a SIGINT signal
> handler?

I don't see what the extra risk would be as opposed to doing so in any other 
thread of your code, or in another program entirely. As long as you're sure 
about which particular query you're shooting in the face, it should be 
perfectly fine.


-- 
Unhappiness is discouraged and will be corrected with kitten pictures.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to