Skip to content

Commit 5c57948

Browse files
committed
Adjusted test results after the fix for mdev-12429.
1 parent b0395d8 commit 5c57948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-test/suite/maria/icp.result

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
438438
id select_type table type possible_keys key key_len ref rows Extra
439439
1 PRIMARY t1 ALL NULL NULL NULL NULL 3 Using where
440440
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)
442442
SELECT * FROM t1
443443
WHERE pk IN (SELECT it.pk FROM t2 JOIN t2 AS it ON it.i=it.i WHERE it.pk-t1.i<10);
444444
pk i
@@ -799,7 +799,7 @@ id select_type table type possible_keys key key_len ref rows Extra
799799
1 PRIMARY t ALL PRIMARY,c NULL NULL NULL 64 Using where
800800
1 PRIMARY t2 ref g g 5 test.t.c 19 Using where
801801
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
803803
SELECT COUNT(*) FROM t1 AS t, t2
804804
WHERE c = g
805805
AND (EXISTS (SELECT * FROM t1, t2 WHERE a = f AND h <= t.e AND a > t.b)

0 commit comments

Comments
 (0)