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 = '[EMAIL PROTECTED]' and status = '1' limit 1;
# [EMAIL PROTECTED]: 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
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
