Re: Re: signal handling in mysql cli

2014-12-12 Thread rafal somla
Hello Sebastein, On 2014-12-03 17:25, Sebastien FLAESCH wrote: 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 (CTR

Re: libmysqlclient so version

2013-08-06 Thread rafal somla
dynamic linker. So your application will take benefit of bug fixes and other improvements in C API implementation. Best Regards, Rafal Best regards, Sebastien FLAESCH Four JS Development Tools On 08/05/2013 02:10 PM, rafal somla wrote: Hello Sebastien, Thank you for your interest in our late

Fwd: Re: libmysqlclient so version

2013-08-06 Thread rafal somla
Forwarding my reply here, as it might be interesting to other people too. Original Message Subject: Re: libmysqlclient so version Date: Mon, 05 Aug 2013 14:10:28 +0200 From: rafal somla Organization: Oracle Corporation To: Sebastien FLAESCH Hello Sebastien, Thank you for

How to grant privileges using REVOKE statement

2007-10-18 Thread Rafal Somla
Hi All! Here is a funny thing I come across when investigating our privilege control system. Consider the following situation: mysql> GRANT ALL ON `%o`.* TO rafal; mysql> GRANT SELECT ON foo.* TO rafal; The intention is that rafal has all privileges for all objects in databases whose name en