summaryrefslogtreecommitdiff
path: root/mysql-test/r/subselect_extra.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-03-06 18:41:32 +0100
committerSergei Golubchik <serg@mariadb.org>2015-03-06 18:41:32 +0100
commit5f510a91759823e6be19e6bac74acb0b76cbdaa7 (patch)
tree3c53a13f0135dfc139c8806f3be8a7d00d313b9e /mysql-test/r/subselect_extra.result
parente13459a11eb5938b54b88c7a1529491df6dd3b49 (diff)
parent17a37796e1947e2227824416d297a746a1dc6c26 (diff)
downloadmariadb-git-5f510a91759823e6be19e6bac74acb0b76cbdaa7.tar.gz
Merge branch '5.5' into 10.0
Diffstat (limited to 'mysql-test/r/subselect_extra.result')
-rw-r--r--mysql-test/r/subselect_extra.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/subselect_extra.result b/mysql-test/r/subselect_extra.result
index 7616dd429b7..48b80e02e1a 100644
--- a/mysql-test/r/subselect_extra.result
+++ b/mysql-test/r/subselect_extra.result
@@ -447,7 +447,7 @@ WHERE t3.b IN (SELECT v1.b FROM v1, t2
WHERE t2.c = v1.c AND t2.c = v1.b AND v1.b = t3.c);
id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY t2 system NULL NULL NULL NULL 1
-1 PRIMARY <derived3> ref key1 key1 10 const,const 0 Start temporary
+1 PRIMARY <derived3> ref key1 key1 8 const,const 0 Start temporary
1 PRIMARY t3 ALL NULL NULL NULL NULL 2 Using where; End temporary; Using join buffer (flat, BNL join)
3 DERIVED t1 ALL NULL NULL NULL NULL 3
SELECT * FROM t3