Updated tests & 5.7 sandbox files

This commit is contained in:
Carlos Salguero
2017-04-27 12:06:43 -03:00
parent 92ac5987e1
commit a6c55737f5
11 changed files with 32 additions and 39 deletions

View File

@@ -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)

View File

@@ -41,5 +41,5 @@ SELECT fruit FROM trees\G
# key_len: 27
# ref: NULL
# rows: 1
# filtered: 100.00
# filtered: 100
# Extra: Using index

View File

@@ -41,5 +41,5 @@ SELECT fruit FROM trees\G
# key_len: 27
# ref: NULL
# rows: 3
# filtered: 100.00
# filtered: 100
# Extra: Using index