← Back to team overview

percona-discussion team mailing list archive

[Bug 358412] Re: Add microseconds to event time in slow query log

 

moved to BP - https://blueprints.launchpad.net/percona-patches/+spec
/microseconds-in-query-log

** Changed in: percona-patches
       Status: New => Invalid

-- 
Add microseconds to event time in slow query log
https://bugs.launchpad.net/bugs/358412
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: Invalid

Bug description:
The first line in a slow log event looks like this:

# Time: 090402  9:23:36 # User@Host: XXX @ XXX [10.X.X.X]

I would like to see microseconds (optionally) added to the timestamp, like this:

# Time: 090402  9:23:36.123456 # User@Host: XXX @ XXX [10.X.X.X]

This should be optional so users can disable it if they want existing log parsers to work OK.



References