← Back to team overview

percona-discussion team mailing list archive

[Bug 300753] Re: Add idle time to slow-log functionality

 

** Changed in: percona-patches
   Importance: Undecided => Low

-- 
Add idle time to slow-log functionality
https://bugs.launchpad.net/bugs/300753
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona patches.

Status in Patches for MySQL by Percona: Confirmed

Bug description:
Each slow-log event should say for how many seconds the connection was idle prior to beginning the logged query.

This is useful because it lets you see per-connection (and thus per-user, etc) how much of the time the connection is busy.  You can compare the query time to the idle time to find this out.