mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Updated tests & 5.7 sandbox files
This commit is contained in:
@@ -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.00
|
||||
# filtered: 100
|
||||
# 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.00
|
||||
# filtered: 10
|
||||
# Extra: Using where; Using join buffer (Block Nested Loop)
|
||||
|
@@ -41,5 +41,5 @@ SELECT fruit FROM trees\G
|
||||
# key_len: 27
|
||||
# ref: NULL
|
||||
# rows: 1
|
||||
# filtered: 100.00
|
||||
# filtered: 100
|
||||
# Extra: Using index
|
||||
|
@@ -41,5 +41,5 @@ SELECT fruit FROM trees\G
|
||||
# key_len: 27
|
||||
# ref: NULL
|
||||
# rows: 3
|
||||
# filtered: 100.00
|
||||
# filtered: 100
|
||||
# Extra: Using index
|
||||
|
Reference in New Issue
Block a user