← Back to team overview

percona-discussion team mailing list archive

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

 

Public bug reported:

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.

** Affects: percona-patches
     Importance: Undecided
         Status: New

-- 
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: New

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.



Follow ups

References