summaryrefslogtreecommitdiff
path: root/mysql-test/r/derived.result
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-06-27 08:13:59 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2017-06-27 08:13:59 +0300
commit43c77bb937cbd2fff10b980047b9926a5711a8b3 (patch)
tree8316d8bedbd005283a09fb49259ef02155a31869 /mysql-test/r/derived.result
parented61fddf241e2e7e1b3b4db8e60fd1f939568bdd (diff)
parent29624ea304b5893d3bc81670807285a89fce1a33 (diff)
downloadmariadb-git-43c77bb937cbd2fff10b980047b9926a5711a8b3.tar.gz
Merge 10.2 into bb-10.2-ext
Diffstat (limited to 'mysql-test/r/derived.result')
-rw-r--r--mysql-test/r/derived.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/derived.result b/mysql-test/r/derived.result
index f763fd3a026..220fd5a8c74 100644
--- a/mysql-test/r/derived.result
+++ b/mysql-test/r/derived.result
@@ -554,7 +554,7 @@ EXPLAIN SELECT * FROM (SELECT * FROM t1) AS table1,
id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY t1 system NULL NULL NULL NULL 1
1 PRIMARY <derived3> ref key0 key0 5 const 0
-3 DERIVED t2 ALL NULL NULL NULL NULL 2 Using temporary
+3 DERIVED t2 ALL NULL NULL NULL NULL 2 Using where; Using temporary
Warnings:
Note 1249 Select 4 was reduced during optimization
DROP TABLE t1, t2;