Skip to content

Commit c1b2828

Browse files
committed
MDEV-10174: Make the fix for MDEV-8989 enabled by default in 10.2
(Continued after a95e38) Update more test results.
1 parent de2175e commit c1b2828

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/r/named_pipe.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ id select_type table type possible_keys key key_len ref rows Extra
602602
1 SIMPLE t3 eq_ref PRIMARY PRIMARY 4 test.t2.fld1 1 Using where; Using index
603603
explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period;
604604
id select_type table type possible_keys key key_len ref rows Extra
605-
1 SIMPLE t1 ALL period NULL NULL NULL 41810 Using temporary; Using filesort
605+
1 SIMPLE t1 ALL period NULL NULL NULL 41810 Using filesort
606606
1 SIMPLE t3 ref period period 4 test.t1.period 4181
607607
explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period limit 10;
608608
id select_type table type possible_keys key key_len ref rows Extra

mysql-test/r/shm.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ id select_type table type possible_keys key key_len ref rows Extra
602602
1 SIMPLE t3 eq_ref PRIMARY PRIMARY 4 test.t2.fld1 1 Using where; Using index
603603
explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period;
604604
id select_type table type possible_keys key key_len ref rows Extra
605-
1 SIMPLE t1 ALL period NULL NULL NULL 41810 Using temporary; Using filesort
605+
1 SIMPLE t1 ALL period NULL NULL NULL 41810 Using filesort
606606
1 SIMPLE t3 ref period period 4 test.t1.period 4181
607607
explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period limit 10;
608608
id select_type table type possible_keys key key_len ref rows Extra

0 commit comments

Comments
 (0)