Re: signal handling in mysql cli

2014-12-02 Thread Johan De Meersman
- Original Message - > From: "wharms" > Subject: signal handling in mysql cli > > when i use CTRL-C to break a query that works fine in interactive mode. > > but when i use the noninteractive mode > i looks like that but "show full processlist;" shows otherwise and that is > true This

signal handling in mysql cli

2014-12-02 Thread walter harms
hi list, when i use CTRL-C to break a query that works fine in interactive mode. mysql> select sleep(10) ; ^CCtrl-C -- sending "KILL QUERY 24289" to server ... Ctrl-C -- query aborted. +---+ | sleep(10) | +---+ +---+ 1 row in set (0.86 sec) but when i use the noninteracti