Not a Bug
Details
Assignee
UnassignedUnassignedReporter
lpjirasynclpjirasync(Deactivated)Priority
Low
Details
Details
Assignee
Unassigned
UnassignedReporter
lpjirasync
lpjirasync(Deactivated)Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created January 24, 2018 at 7:02 PM
Updated February 3, 2018 at 10:36 PM
Resolved January 24, 2018 at 7:02 PM
**Reported in Launchpad by Michael Coburn last update 16-10-2012 14:01:58
[In:Percona Toolkit Documentation]
http://www.percona.com/doc/percona-toolkit/2.1/pt-query-digest.html
Hi, in SYNOPSIS -> Usage section, the 4th code example:
--filter '$event->{fingerprint} =~ m/^select/'
I think it should say:
--filter '$event->{fingerprint} =~ m/^select/i'
This would make it more consistent with the same example shown later on the page.