diff options
author | unknown <sanja@askmonty.org> | 2011-07-21 15:50:25 +0300 |
---|---|---|
committer | unknown <sanja@askmonty.org> | 2011-07-21 15:50:25 +0300 |
commit | ef2b4b14e1a917a18b059b49514b7974027d897d (patch) | |
tree | 0bd95eb14c1e0e4abd46f4f980e68b5b2d01867e /mysql-test/r/subselect4.result | |
parent | 4a03a1d777f2c2c4c921a5b52df5da362950b468 (diff) | |
parent | 678f4b2de17a6fa42a056422feb7d7c7f24092da (diff) | |
download | mariadb-git-ef2b4b14e1a917a18b059b49514b7974027d897d.tar.gz |
Merge from 5.2
Diffstat (limited to 'mysql-test/r/subselect4.result')
-rw-r--r-- | mysql-test/r/subselect4.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/subselect4.result b/mysql-test/r/subselect4.result index bfd5872acf2..686c8df0ea6 100644 --- a/mysql-test/r/subselect4.result +++ b/mysql-test/r/subselect4.result @@ -1354,7 +1354,7 @@ id select_type table type possible_keys key key_len ref rows Extra 1 PRIMARY t1 system NULL NULL NULL NULL 1 2 SUBQUERY t2 ALL NULL NULL NULL NULL 2 Using where 3 SUBQUERY SQ1_t1 index NULL f4 5 NULL 2 Using index; Using temporary -3 SUBQUERY SQ1_t3 index NULL f4 5 NULL 2 Using where; Using index; Using join buffer (flat, BNL join) +3 SUBQUERY SQ1_t3 index f4 f4 5 NULL 2 Using where; Using index; Using join buffer (flat, BNL join) drop table t1, t2, t3; # # BUG#52317: Assertion failing in Field_varstring::store() @@ -1898,7 +1898,7 @@ WHERE SUBQUERY2_t2.col_varchar_nokey IN id select_type table type possible_keys key key_len ref rows Extra 1 PRIMARY t2 index NULL col_int_key 5 NULL 2 Using index 2 SUBQUERY SUBQUERY2_t1 index NULL col_int_key 5 NULL 2 Using index -2 SUBQUERY SUBQUERY2_t2 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join) +2 SUBQUERY SUBQUERY2_t2 ALL col_varchar_key NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join) 3 SUBQUERY t1 ALL NULL NULL NULL NULL 2 Using temporary SELECT col_int_key FROM t2 @@ -1920,7 +1920,7 @@ WHERE SUBQUERY2_t2.col_varchar_nokey IN id select_type table type possible_keys key key_len ref rows Extra 1 PRIMARY t2 index NULL col_int_key 5 NULL 2 Using index 2 SUBQUERY SUBQUERY2_t1 index NULL col_int_key 5 NULL 2 Using index -2 SUBQUERY SUBQUERY2_t2 ALL NULL NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join) +2 SUBQUERY SUBQUERY2_t2 ALL col_varchar_key NULL NULL NULL 2 Using where; Using join buffer (flat, BNL join) 3 DEPENDENT SUBQUERY t1 ALL NULL NULL NULL NULL 2 Using temporary SELECT col_int_key FROM t2 |