File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ WHERE pk IN (SELECT it.pk FROM t2 JOIN t2 AS it ON it.i=it.i WHERE it.pk-t1.i<10
438
438
id select_type table type possible_keys key key_len ref rows Extra
439
439
1 PRIMARY t1 ALL NULL NULL NULL NULL 3 Using where
440
440
2 DEPENDENT SUBQUERY it eq_ref PRIMARY PRIMARY 4 func 1 Using index condition
441
- 2 DEPENDENT SUBQUERY t2 index NULL PRIMARY 4 NULL 3 Using where; Using index; Using join buffer (flat, BNL join)
441
+ 2 DEPENDENT SUBQUERY t2 index NULL PRIMARY 4 NULL 3 Using index; Using join buffer (flat, BNL join)
442
442
SELECT * FROM t1
443
443
WHERE pk IN (SELECT it.pk FROM t2 JOIN t2 AS it ON it.i=it.i WHERE it.pk-t1.i<10);
444
444
pk i
@@ -799,7 +799,7 @@ id select_type table type possible_keys key key_len ref rows Extra
799
799
1 PRIMARY t ALL PRIMARY,c NULL NULL NULL 64 Using where
800
800
1 PRIMARY t2 ref g g 5 test.t.c 19 Using where
801
801
2 DEPENDENT SUBQUERY t1 index PRIMARY PRIMARY 4 NULL 64 Using where; Using index
802
- 2 DEPENDENT SUBQUERY t2 eq_ref PRIMARY PRIMARY 4 test.t1.a 1 Using index condition; Using where
802
+ 2 DEPENDENT SUBQUERY t2 eq_ref PRIMARY PRIMARY 4 test.t1.a 1 Using where
803
803
SELECT COUNT(*) FROM t1 AS t, t2
804
804
WHERE c = g
805
805
AND (EXISTS (SELECT * FROM t1, t2 WHERE a = f AND h <= t.e AND a > t.b)
You can’t perform that action at this time.
0 commit comments