diff options
author | bell@sanja.is.com.ua <> | 2002-05-08 23:14:40 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-05-08 23:14:40 +0300 |
commit | ead6f225a426c43b181e3dee2dfebad40df4f163 (patch) | |
tree | 23c58e5b8137b1a19b2371ec5ab4dadf69329e50 /mysql-test | |
parent | 494184ff5fe9b614d843d622bc1a0230c970fe3f (diff) | |
download | mariadb-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.result | 1 |
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 |