Re: server-side logging of query errors?

2015-06-24 Thread Tomasz Chmielewski
Normal general log also logs everything including bad queries (i.e. SLCECT BLAH BLAH;) - although does not say if it was an error (i.e. syntax) or not. Does the audit plugin log the actual error? Tomasz On 2015-06-25 00:32, Singer Wang wrote: The performance hit of the Percona Audit is 15%

server-side logging of query errors?

2015-06-23 Thread Tomasz Chmielewski
syntax errors on the server? Please assume that connection and the query can be coming from PHP, perl etc. code, so any /usr/bin/mysql stderr output redirecting is not helping here. -- Tomasz Chmielewski http://wpkg.org -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

Re: server-side logging of query errors?

2015-06-23 Thread Tomasz Chmielewski
with any of them. -- Tomasz Chmielewski http://wpkg.org -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

can't dump a database with views: stack smashing detected ***: mysqldump terminated

2010-02-22 Thread Tomasz Chmielewski
solutions to it? It is 100% reproducible on several servers with different databases. -- Tomasz Chmielewski http://wpkg.org -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Re: can't dump a database with views: stack smashing detected ***: mysqldump terminated

2010-02-22 Thread Tomasz Chmielewski
On 22.02.2010 13:04, Jesper Wisborg Krogh wrote: On 22/02/2010, at 9:20 PM, Tomasz Chmielewski wrote: When I try to dump a database which contains views, mysqldump crashes: # mysqldump -u root --opt --password=secret database dump.sql *** stack smashing detected ***: mysqldump terminated

MySQL alternative to PostgreSQL's pgpool2?

2009-10-25 Thread Tomasz Chmielewski
to both servers (replication) so that their content is identical. With MySQL, what tool should I use to achieve a similar setup? [1] http://pgpool.projects.postgresql.org/ -- Tomasz Chmielewski http://wpkg.org -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql