Bug #14275 | spitting out the wrong slow logs | ||
---|---|---|---|
Submitted: | 24 Oct 2005 21:41 | Modified: | 24 Oct 2005 23:53 |
Reporter: | yong huang | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.0.25 | OS: | Linux (Fedora Core 4 64bit) |
Assigned to: | CPU Architecture: | Any |
[24 Oct 2005 21:41]
yong huang
[24 Oct 2005 21:47]
yong huang
The server is being heavily used. 800 - 1000 db connections, 200 - 400 inserts+deletes+updates/second, 400 -1000 selects/second.
[24 Oct 2005 23:41]
Hartmut Holzgraefe
i assume you have --log-long-format enabled so that queries that don't use any index are also logged see http://dev.mysql.com/doc/refman/4.1/en/slow-query-log.html
[24 Oct 2005 23:53]
yong huang
Hartmut got it. Thanks!