diff options
author | unknown <timour@askmonty.org> | 2011-05-10 18:28:05 +0300 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2011-05-10 18:28:05 +0300 |
commit | a55b1165d2d1bb5711e34649723fcd448672e4d9 (patch) | |
tree | 4feae76840ced52c3acc4657ac15a40015f040fa /mysql-test/r/explain.result | |
parent | e843297d128b165125d17aab8958f7ca91808923 (diff) | |
parent | ee3b7b56e4b854a777d14ba4b26cd457a1aba482 (diff) | |
download | mariadb-git-a55b1165d2d1bb5711e34649723fcd448672e4d9.tar.gz |
MWL#89 - Automatic merge with 5.3
Diffstat (limited to 'mysql-test/r/explain.result')
-rw-r--r-- | mysql-test/r/explain.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/explain.result b/mysql-test/r/explain.result index 4bcdf7344a7..8d299cc7688 100644 --- a/mysql-test/r/explain.result +++ b/mysql-test/r/explain.result @@ -262,7 +262,7 @@ WHERE 1 > ALL((SELECT 1 FROM t1 JOIN t1 a ON (MATCH(t1.f1) AGAINST ("")) WHERE t1.f1 GROUP BY t1.f1)); id select_type table type possible_keys key key_len ref rows Extra 1 PRIMARY t1 system NULL NULL NULL NULL 1 -2 SUBQUERY a system NULL NULL NULL NULL 1 Using filesort +2 SUBQUERY a system NULL NULL NULL NULL 1 2 SUBQUERY t1 fulltext f1 f1 0 1 Using where PREPARE stmt FROM 'EXPLAIN SELECT 1 FROM t1 |