Re: signal handling in mysql cli

2014-12-03 Thread Sebastien FLAESCH
Hi all, I have a similar question regarding KILL QUERY usage: We have a C client program using libmysqlclient.so, it is a single-threaded program. When running a long query, how can I send the KILL QUERY command when a SIGINT (CTRL-C) is caught? (of course we implement a signal handler, so we

Re: signal handling in mysql cli

2014-12-03 Thread walter harms
Am 02.12.2014 18:31, schrieb 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 ful