PT-1554 Fixed test for pt-query-digest + MySQL 8

This commit is contained in:
Carlos Salguero
2018-06-01 09:35:09 -03:00
parent 9d02b690e0
commit 81582f3ce3
3 changed files with 10 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
# Profile
# Rank Query ID Response time Calls R/Call V/M Item
# ==== ================== ============= ===== ====== ===== ========
# 1 0xD4B6A5CD2F2F485C 0.2148 100.0% 1 0.2148 0.00 SELECT t
# Rank Query ID Response time Calls R/Call V/M
# ==== ================================== ============= ===== ====== =====
# 1 0x867E8F0D95B72228D4B6A5CD2F2F485C 0.2148 100.0% 1 0.2148 0.00 SELECT t
# Query 1: 0 QPS, 0x concurrency, ID 0xD4B6A5CD2F2F485C at byte 0 ________
# Query 1: 0 QPS, 0x concurrency, ID 0x867E8F0D95B72228D4B6A5CD2F2F485C at byte 0
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.00
# Time range: all events occurred at 2010-12-14 16:12:28
@@ -45,7 +45,7 @@ select t.a, count(*) from t join t t2 using(a) group by 1 order by 2 desc limit
# key_len: NULL
# ref: NULL
# rows: 14
# filtered: 100
# filtered: 100.00
# Extra: Using temporary; Using filesort
# *************************** 2. row ***************************
# id: 1
@@ -58,5 +58,5 @@ select t.a, count(*) from t join t t2 using(a) group by 1 order by 2 desc limit
# key_len: NULL
# ref: NULL
# rows: 14
# filtered: 10
# filtered: 10.00
# Extra: Using where; Using join buffer (Block Nested Loop)

View File

@@ -1,5 +1,5 @@
# Query 1: 0 QPS, 0x concurrency, ID 0x8E306CDB7A800841 at byte 0 ________
# Query 1: 0 QPS, 0x concurrency, ID 0x88F3D65BE48113F18E306CDB7A800841 at byte 0
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.00
# Time range: all events occurred at 2007-12-18 11:48:27
@@ -41,5 +41,5 @@ SELECT fruit FROM trees\G
# key_len: 99
# ref: NULL
# rows: 1
# filtered: 100
# filtered: 100.00
# Extra: Using index

View File

@@ -1,5 +1,5 @@
# Query 1: 0 QPS, 0x concurrency, ID 0x8E306CDB7A800841 at byte 0 ________
# Query 1: 0 QPS, 0x concurrency, ID 0x88F3D65BE48113F18E306CDB7A800841 at byte 0
# This item is included in the report because it matches --limit.
# Scores: V/M = 0.00
# Time range: all events occurred at 2007-12-18 11:48:27
@@ -41,5 +41,5 @@ SELECT fruit FROM trees\G
# key_len: 99
# ref: NULL
# rows: 3
# filtered: 100
# filtered: 100.00
# Extra: Using index