File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -602,7 +602,7 @@ id select_type table type possible_keys key key_len ref rows Extra
602
602
1 SIMPLE t3 eq_ref PRIMARY PRIMARY 4 test.t2.fld1 1 Using where; Using index
603
603
explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period;
604
604
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
606
606
1 SIMPLE t3 ref period period 4 test.t1.period 4181
607
607
explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period limit 10;
608
608
id select_type table type possible_keys key key_len ref rows Extra
Original file line number Diff line number Diff line change @@ -602,7 +602,7 @@ id select_type table type possible_keys key key_len ref rows Extra
602
602
1 SIMPLE t3 eq_ref PRIMARY PRIMARY 4 test.t2.fld1 1 Using where; Using index
603
603
explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period;
604
604
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
606
606
1 SIMPLE t3 ref period period 4 test.t1.period 4181
607
607
explain select * from t3 as t1,t3 where t1.period=t3.period order by t3.period limit 10;
608
608
id select_type table type possible_keys key key_len ref rows Extra
You can’t perform that action at this time.
0 commit comments