mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 16:12:04 +00:00
PT-1554 Fixed test for pt-query-digest + MySQL 8
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
|
|
||||||
# Profile
|
# Profile
|
||||||
# Rank Query ID Response time Calls R/Call V/M Item
|
# Rank Query ID Response time Calls R/Call V/M
|
||||||
# ==== ================== ============= ===== ====== ===== ========
|
# ==== ================================== ============= ===== ====== =====
|
||||||
# 1 0xD4B6A5CD2F2F485C 0.2148 100.0% 1 0.2148 0.00 SELECT t
|
# 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.
|
# This item is included in the report because it matches --limit.
|
||||||
# Scores: V/M = 0.00
|
# Scores: V/M = 0.00
|
||||||
# Time range: all events occurred at 2010-12-14 16:12:28
|
# 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
|
# key_len: NULL
|
||||||
# ref: NULL
|
# ref: NULL
|
||||||
# rows: 14
|
# rows: 14
|
||||||
# filtered: 100
|
# filtered: 100.00
|
||||||
# Extra: Using temporary; Using filesort
|
# Extra: Using temporary; Using filesort
|
||||||
# *************************** 2. row ***************************
|
# *************************** 2. row ***************************
|
||||||
# id: 1
|
# 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
|
# key_len: NULL
|
||||||
# ref: NULL
|
# ref: NULL
|
||||||
# rows: 14
|
# rows: 14
|
||||||
# filtered: 10
|
# filtered: 10.00
|
||||||
# Extra: Using where; Using join buffer (Block Nested Loop)
|
# Extra: Using where; Using join buffer (Block Nested Loop)
|
||||||
|
@@ -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.
|
# This item is included in the report because it matches --limit.
|
||||||
# Scores: V/M = 0.00
|
# Scores: V/M = 0.00
|
||||||
# Time range: all events occurred at 2007-12-18 11:48:27
|
# Time range: all events occurred at 2007-12-18 11:48:27
|
||||||
@@ -41,5 +41,5 @@ SELECT fruit FROM trees\G
|
|||||||
# key_len: 99
|
# key_len: 99
|
||||||
# ref: NULL
|
# ref: NULL
|
||||||
# rows: 1
|
# rows: 1
|
||||||
# filtered: 100
|
# filtered: 100.00
|
||||||
# Extra: Using index
|
# Extra: Using index
|
||||||
|
@@ -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.
|
# This item is included in the report because it matches --limit.
|
||||||
# Scores: V/M = 0.00
|
# Scores: V/M = 0.00
|
||||||
# Time range: all events occurred at 2007-12-18 11:48:27
|
# Time range: all events occurred at 2007-12-18 11:48:27
|
||||||
@@ -41,5 +41,5 @@ SELECT fruit FROM trees\G
|
|||||||
# key_len: 99
|
# key_len: 99
|
||||||
# ref: NULL
|
# ref: NULL
|
||||||
# rows: 3
|
# rows: 3
|
||||||
# filtered: 100
|
# filtered: 100.00
|
||||||
# Extra: Using index
|
# Extra: Using index
|
||||||
|
Reference in New Issue
Block a user