Hi
We are trying to use pt-query-digest on a binlog from MySQL 5.6.16 but it looks like it can’t parse the binlog file. We have converted the binlog with “mysqlbinlog ***.bin > kglabb.sql” and when we run pt-query-digest this is what we get:
pt-query-digest --type binlog kglabb.sql
kglabb.sql: 100% 00:00 remain
155.9s user time, 4s system time, 24.41M rss, 205.23M vsz
Current date: Wed Mar 12 14:33:11 2014
Hostname: SEGUM-MGMT-01.host.core.intra
Files: kglabb.sql
Overall: 0 total, 1 unique, 0 QPS, 0x concurrency ______________________
Time range: unknown
Attribute total min max avg 95% stddev median
============ ======= ======= ======= ======= ======= ======= =======
Query size 132 132 132 132 132 0 132
Profile
Rank Query ID Response time Calls R/Call V/M Item
=========== =========== =========== =========== =========== ===== ======
When we run it with PTDEBUG=1 we get a “Unknown event type: CRC32” for each event in the logfile.
We are running: pt-query-digest 2.2.5
What are we doing wrong? Or is this expected behavior to not be able to use 5.6 binlogs with pt-query-digest?
Brgds
Olof Mattsson