@@ -2641,7 +2641,7 @@ DROP TABLE t1, t2;
2641
2641
set optimizer_switch=@exit_optimizer_switch;
2642
2642
set join_cache_level=@exit_join_cache_level;
2643
2643
#
2644
- # Bug mdev-12812 : EXPLAIN for query with many expensive derived
2644
+ # Bug mdev-18479 : EXPLAIN for query with many expensive derived
2645
2645
#
2646
2646
CREATE TABLE t1
2647
2647
(id int auto_increment primary key,
@@ -2942,15 +2942,15 @@ id select_type table type possible_keys key key_len ref rows Extra
2942
2942
1 SIMPLE p10 ALL NULL NULL NULL NULL 550 Using where; Using join buffer (incremental, BNL join)
2943
2943
1 SIMPLE <derived17> ALL NULL NULL NULL NULL 50328437500000 Using where; Using join buffer (incremental, BNL join)
2944
2944
1 SIMPLE <derived14> ALL NULL NULL NULL NULL 27680640625000000 Using where; Using join buffer (incremental, BNL join)
2945
- 1 SIMPLE <derived7 > ALL NULL NULL NULL NULL 7798774269472204288 Using where; Using join buffer (incremental, BNL join)
2946
- 1 SIMPLE <derived8 > ALL NULL NULL NULL NULL 7798774269472204288 Using where; Using join buffer (incremental, BNL join)
2947
- 1 SIMPLE <derived9 > ALL NULL NULL NULL NULL -3222391729959551616 Using where; Using join buffer (incremental, BNL join)
2948
- 1 SIMPLE <derived10 > ALL NULL NULL NULL NULL -3222391729959551616 Using where; Using join buffer (incremental, BNL join)
2949
- 1 SIMPLE <derived11 > ALL NULL NULL NULL NULL -3222391729959551616 Using where; Using join buffer (incremental, BNL join)
2950
- 1 SIMPLE <derived12 > ALL NULL NULL NULL NULL -3222391729959551616 Using where; Using join buffer (incremental, BNL join)
2951
- 1 SIMPLE <derived13 > ALL NULL NULL NULL NULL -3222391729959551616 Using where; Using join buffer (incremental, BNL join)
2952
- 1 SIMPLE <derived15 > ALL NULL NULL NULL NULL -3222391729959551616 Using where; Using join buffer (incremental, BNL join)
2953
- 1 SIMPLE <derived16 > ALL NULL NULL NULL NULL -3222391729959551616 Using where; Using join buffer (incremental, BNL join)
2945
+ 1 SIMPLE <derived9 > ALL NULL NULL NULL NULL 9223372036854775807 Using where; Using join buffer (incremental, BNL join)
2946
+ 1 SIMPLE <derived10 > ALL NULL NULL NULL NULL 9223372036854775807 Using where; Using join buffer (incremental, BNL join)
2947
+ 1 SIMPLE <derived11 > ALL NULL NULL NULL NULL 9223372036854775807 Using where; Using join buffer (incremental, BNL join)
2948
+ 1 SIMPLE <derived12 > ALL NULL NULL NULL NULL 9223372036854775807 Using where; Using join buffer (incremental, BNL join)
2949
+ 1 SIMPLE <derived13 > ALL NULL NULL NULL NULL 9223372036854775807 Using where; Using join buffer (incremental, BNL join)
2950
+ 1 SIMPLE <derived15 > ALL NULL NULL NULL NULL 9223372036854775807 Using where; Using join buffer (incremental, BNL join)
2951
+ 1 SIMPLE <derived16 > ALL NULL NULL NULL NULL 9223372036854775807 Using where; Using join buffer (incremental, BNL join)
2952
+ 1 SIMPLE <derived7 > ALL NULL NULL NULL NULL 9223372036854775807 Using where; Using join buffer (incremental, BNL join)
2953
+ 1 SIMPLE <derived8 > ALL NULL NULL NULL NULL 9223372036854775807 Using where; Using join buffer (incremental, BNL join)
2954
2954
17 DERIVED t2 system NULL NULL NULL NULL 1
2955
2955
17 DERIVED p4 ALL NULL NULL NULL NULL 550 Using where
2956
2956
17 DERIVED p5 ALL NULL NULL NULL NULL 550 Using where; Using join buffer (flat, BNL join)
0 commit comments