summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-05-08 23:14:40 +0300
committerbell@sanja.is.com.ua <>2002-05-08 23:14:40 +0300
commitead6f225a426c43b181e3dee2dfebad40df4f163 (patch)
tree23c58e5b8137b1a19b2371ec5ab4dadf69329e50 /mysql-test
parent494184ff5fe9b614d843d622bc1a0230c970fe3f (diff)
downloadmariadb-git-ead6f225a426c43b181e3dee2dfebad40df4f163.tar.gz
new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & limit counters
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/union.result1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/union.result b/mysql-test/r/union.result
index 7d914d029af..29b925b6746 100644
--- a/mysql-test/r/union.result
+++ b/mysql-test/r/union.result
@@ -88,7 +88,6 @@ explain (select a,b from t1 limit 2) union all (select a,b from t2 order by a l
table type possible_keys key key_len ref rows Extra
t1 ALL NULL NULL NULL NULL 4
t2 ALL NULL NULL NULL NULL 4 Using filesort
-t1 ALL NULL NULL NULL NULL 4
(select sql_calc_found_rows a,b from t1 limit 2) union all (select a,b from t2 order by a) limit 2;
a b
1 a