summaryrefslogtreecommitdiff
path: root/mysql-test/main/union.result
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2019-02-03 22:26:39 -0800
committerIgor Babaev <igor@askmonty.org>2019-02-03 22:26:39 -0800
commitcfd2646c3152bbefe11e381c00b701a49cf5c4ef (patch)
treeed982828dff13de0d20c5b43ec0b1cb736a211c7 /mysql-test/main/union.result
parent37deed3f37561f264f65e162146bbc2ad35fb1a2 (diff)
downloadmariadb-git-cfd2646c3152bbefe11e381c00b701a49cf5c4ef.tar.gz
Fixed the results after the merge of 10.4 into bb-10.4-mdev16188.
Diffstat (limited to 'mysql-test/main/union.result')
-rw-r--r--mysql-test/main/union.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/union.result b/mysql-test/main/union.result
index 7ad588114b6..4d82e53c0e8 100644
--- a/mysql-test/main/union.result
+++ b/mysql-test/main/union.result
@@ -2187,7 +2187,7 @@ select id from t5 where name = (select name from t3 where id = t1.product_id)) l
id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY t1 system PRIMARY NULL NULL NULL 1
2 SUBQUERY t4 eq_ref PRIMARY PRIMARY 4 func 1 Using where
-3 SUBQUERY t2 ref PRIMARY PRIMARY 4 const 3 Using index
+3 SUBQUERY t2 ref PRIMARY PRIMARY 4 const 4 Using index
4 UNION t2 ref PRIMARY PRIMARY 4 func 1 Using where; Using index
5 SUBQUERY NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables
6 SUBQUERY NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables