summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_fts/r/fulltext_misc.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb_fts/r/fulltext_misc.result')
-rw-r--r--mysql-test/suite/innodb_fts/r/fulltext_misc.result10
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/suite/innodb_fts/r/fulltext_misc.result b/mysql-test/suite/innodb_fts/r/fulltext_misc.result
index c58cf5ba62c..a4b3faf2d42 100644
--- a/mysql-test/suite/innodb_fts/r/fulltext_misc.result
+++ b/mysql-test/suite/innodb_fts/r/fulltext_misc.result
@@ -9,8 +9,8 @@ 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 index NULL f1_2 8 NULL 1 Using index
-2 SUBQUERY t1 fulltext f1_2,f1 f1 0 1 Using where
2 SUBQUERY a index NULL f1_2 8 NULL 1 Using index
+2 SUBQUERY t1 fulltext f1_2,f1 f1 0 1 Using where
PREPARE stmt FROM
'EXPLAIN SELECT 1 FROM t1
WHERE 1 > ALL((SELECT 1 FROM t1 RIGHT OUTER JOIN t1 a
@@ -19,13 +19,13 @@ PREPARE stmt FROM
EXECUTE stmt;
id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY t1 index NULL f1_2 8 NULL 1 Using index
-2 SUBQUERY t1 fulltext f1_2,f1 f1 0 1 Using where
2 SUBQUERY a index NULL f1_2 8 NULL 1 Using index
+2 SUBQUERY t1 fulltext f1_2,f1 f1 0 1 Using where
EXECUTE stmt;
id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY t1 index NULL f1_2 8 NULL 1 Using index
-2 SUBQUERY t1 fulltext f1_2,f1 f1 0 1 Using where
2 SUBQUERY a index NULL f1_2 8 NULL 1 Using index
+2 SUBQUERY t1 fulltext f1_2,f1 f1 0 1 Using where
DEALLOCATE PREPARE stmt;
PREPARE stmt FROM
'EXPLAIN SELECT 1 FROM t1
@@ -35,13 +35,13 @@ PREPARE stmt FROM
EXECUTE stmt;
id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY t1 index NULL f1_2 8 NULL 1 Using index
-2 SUBQUERY t1 fulltext f1_2,f1 f1 0 1 Using where
2 SUBQUERY a index NULL f1_2 8 NULL 1 Using index
+2 SUBQUERY t1 fulltext f1_2,f1 f1 0 1 Using where
EXECUTE stmt;
id select_type table type possible_keys key key_len ref rows Extra
1 PRIMARY t1 index NULL f1_2 8 NULL 1 Using index
-2 SUBQUERY t1 fulltext f1_2,f1 f1 0 1 Using where
2 SUBQUERY a index NULL f1_2 8 NULL 1 Using index
+2 SUBQUERY t1 fulltext f1_2,f1 f1 0 1 Using where
DEALLOCATE PREPARE stmt;
DROP TABLE t1;
drop table if exists t1;