Date: Wed, 17 Dec 2003 00:01:36 -0800 From: Will Prater <lists-wp@mercurycloud.net> To: questions@freebsd.org Subject: mysql and slow_query_log Message-ID: <3C9232CA-3067-11D8-885A-000A95DBBE34@mercurycloud.net>
next in thread | raw e-mail | index | archive | help
List, I have log-slow-queries on and set my slow query time to 5. Weird thing is, all the queries are being logged hostname-slow.log. Even the ones at 0 seconds. Here is an example. What am I missing here? ---- select alias from virtual where username = 'horde-bounces@lists.horde.org' and status = '1' limit 1; # User@Host: mail[mail] @ localhost [] # Query_time: 0 Lock_time: 0 Rows_sent: 0 Rows_examined: 24 select alias from virtual where username = '@lists.horde.org' and status = '1' limit 1; ---- --will
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C9232CA-3067-11D8-885A-000A95DBBE34>