1#
2# Bug mdev-13607: overflow of current_record_count
3#
4CREATE TABLE t1 (id INT) ENGINE=InnoDB;
5INSERT INTO t1 VALUES
6(1),(2),(3),(4),(5),(6),(7),(8),(9),(10),
7(11),(12),(13),(14),(15),(16),(17),(18),(19),(20),
8(21),(22),(23),(24),(25),(26),(27),(28),(29),(30),
9(31),(32),(33),(34),(35),(36),(37),(38),(39),(40),
10(41),(42),(43),(44),(45),(46),(47),(48),(49),(50);
11CREATE TABLE t2 (id INT) ENGINE=InnoDB;
12INSERT INTO t2 VALUES (1),(2);
13CREATE TABLE t3 (id INT) ENGINE=InnoDB;
14INSERT INTO t3 VALUES (1),(2);
15ANALYZE TABLE t1, t2, t3;
16Table	Op	Msg_type	Msg_text
17test.t1	analyze	status	Engine-independent statistics collected
18test.t1	analyze	status	OK
19test.t2	analyze	status	Engine-independent statistics collected
20test.t2	analyze	status	OK
21test.t3	analyze	status	Engine-independent statistics collected
22test.t3	analyze	status	OK
23explain SELECT * FROM
24(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_1
25INNER JOIN
26(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_2
27INNER JOIN
28(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_3
29INNER JOIN
30(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_4
31INNER JOIN
32(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_5
33INNER JOIN
34(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_6
35INNER JOIN
36(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_7
37INNER JOIN
38(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_8
39INNER JOIN
40(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_9
41INNER JOIN
42(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_10
43INNER JOIN
44(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_11
45INNER JOIN
46(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_12
47INNER JOIN
48(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_13
49INNER JOIN
50(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_14
51INNER JOIN
52(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_15
53INNER JOIN
54(SELECT p1.* FROM t1 p1 NATURAL JOIN t2 r1 NATURAL JOIN t3 d1 NATURAL JOIN t1 p2 NATURAL JOIN t2 r2 NATURAL JOIN t3 d2 NATURAL JOIN t1 p3 NATURAL JOIN t2 r3 NATURAL JOIN t3 d3 NATURAL JOIN t1 p4 NATURAL JOIN t2 r4 NATURAL JOIN t3 d4 NATURAL JOIN t1 p5 NATURAL JOIN t2 r5 NATURAL JOIN t3 d5 NATURAL JOIN t1 p6 NATURAL JOIN t2 r6 NATURAL JOIN t3 d6 NATURAL JOIN t1 p7 NATURAL JOIN t2 r7 NATURAL JOIN t3 d7 NATURAL JOIN t1 p8 NATURAL JOIN t2 r8 NATURAL JOIN t3 d8 NATURAL JOIN t1 p9 ) gp_16
55;
56id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
571	PRIMARY	r1	ALL	NULL	NULL	NULL	NULL	2
581	PRIMARY	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
591	PRIMARY	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
601	PRIMARY	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
611	PRIMARY	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
621	PRIMARY	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
631	PRIMARY	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
641	PRIMARY	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
651	PRIMARY	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
661	PRIMARY	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
671	PRIMARY	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
681	PRIMARY	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
691	PRIMARY	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
701	PRIMARY	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
711	PRIMARY	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
721	PRIMARY	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
731	PRIMARY	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
741	PRIMARY	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
751	PRIMARY	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
761	PRIMARY	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
771	PRIMARY	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
781	PRIMARY	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
791	PRIMARY	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
801	PRIMARY	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
811	PRIMARY	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
821	PRIMARY	<derived3>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
831	PRIMARY	<derived4>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
841	PRIMARY	<derived5>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
851	PRIMARY	<derived6>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
861	PRIMARY	<derived7>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
871	PRIMARY	<derived8>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
881	PRIMARY	<derived9>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
891	PRIMARY	<derived10>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
901	PRIMARY	<derived11>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
911	PRIMARY	<derived12>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
921	PRIMARY	<derived13>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
931	PRIMARY	<derived14>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
941	PRIMARY	<derived15>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
951	PRIMARY	<derived16>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
961	PRIMARY	<derived17>	ALL	NULL	NULL	NULL	NULL	18446744073709551615	Using join buffer (incremental, BNL join)
9717	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
9817	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
9917	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
10017	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
10117	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
10217	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
10317	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
10417	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
10517	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
10617	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
10717	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
10817	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
10917	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
11017	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
11117	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
11217	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
11317	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
11417	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
11517	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
11617	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
11717	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
11817	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
11917	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
12017	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
12117	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
12216	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
12316	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
12416	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
12516	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
12616	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
12716	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
12816	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
12916	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
13016	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
13116	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
13216	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
13316	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
13416	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
13516	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
13616	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
13716	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
13816	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
13916	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
14016	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
14116	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
14216	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
14316	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
14416	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
14516	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
14616	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
14715	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
14815	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
14915	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
15015	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
15115	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
15215	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
15315	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
15415	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
15515	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
15615	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
15715	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
15815	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
15915	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
16015	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
16115	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
16215	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
16315	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
16415	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
16515	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
16615	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
16715	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
16815	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
16915	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
17015	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
17115	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
17214	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
17314	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
17414	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
17514	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
17614	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
17714	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
17814	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
17914	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
18014	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
18114	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
18214	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
18314	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
18414	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
18514	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
18614	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
18714	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
18814	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
18914	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
19014	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
19114	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
19214	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
19314	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
19414	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
19514	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
19614	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
19713	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
19813	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
19913	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
20013	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
20113	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
20213	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
20313	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
20413	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
20513	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
20613	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
20713	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
20813	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
20913	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
21013	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
21113	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
21213	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
21313	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
21413	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
21513	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
21613	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
21713	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
21813	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
21913	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
22013	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
22113	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
22212	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
22312	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
22412	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
22512	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
22612	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
22712	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
22812	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
22912	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
23012	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
23112	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
23212	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
23312	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
23412	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
23512	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
23612	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
23712	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
23812	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
23912	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
24012	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
24112	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
24212	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
24312	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
24412	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
24512	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
24612	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
24711	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
24811	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
24911	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
25011	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
25111	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
25211	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
25311	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
25411	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
25511	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
25611	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
25711	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
25811	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
25911	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
26011	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
26111	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
26211	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
26311	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
26411	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
26511	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
26611	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
26711	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
26811	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
26911	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
27011	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
27111	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
27210	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
27310	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
27410	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
27510	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
27610	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
27710	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
27810	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
27910	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
28010	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
28110	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
28210	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
28310	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
28410	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
28510	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
28610	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
28710	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
28810	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
28910	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
29010	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
29110	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
29210	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
29310	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
29410	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
29510	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
29610	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
2979	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
2989	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
2999	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3009	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3019	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3029	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3039	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3049	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3059	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3069	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3079	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3089	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3099	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3109	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3119	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3129	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3139	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3149	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3159	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3169	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3179	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3189	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3199	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3209	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3219	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3228	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
3238	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
3248	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3258	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3268	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3278	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3288	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3298	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3308	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3318	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3328	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3338	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3348	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3358	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3368	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3378	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3388	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3398	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3408	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3418	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3428	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3438	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3448	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3458	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3468	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3477	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
3487	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
3497	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3507	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3517	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3527	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3537	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3547	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3557	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3567	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3577	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3587	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3597	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3607	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3617	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3627	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3637	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3647	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3657	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3667	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3677	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3687	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3697	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3707	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3717	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3726	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
3736	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
3746	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3756	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3766	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3776	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3786	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3796	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3806	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3816	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3826	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3836	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3846	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3856	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3866	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3876	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
3886	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3896	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3906	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3916	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3926	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3936	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3946	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3956	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3966	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
3975	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
3985	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
3995	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4005	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4015	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4025	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4035	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4045	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4055	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4065	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4075	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4085	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4095	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4105	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4115	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4125	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4135	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4145	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4155	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4165	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4175	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4185	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4195	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4205	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4215	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4224	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
4234	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
4244	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4254	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4264	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4274	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4284	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4294	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4304	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4314	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4324	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4334	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4344	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4354	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4364	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4374	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4384	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4394	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4404	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4414	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4424	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4434	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4444	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4454	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4464	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4473	DERIVED	r1	ALL	NULL	NULL	NULL	NULL	2
4483	DERIVED	d1	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (flat, BNL join)
4493	DERIVED	r2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4503	DERIVED	d2	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4513	DERIVED	r3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4523	DERIVED	d3	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4533	DERIVED	r4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4543	DERIVED	d4	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4553	DERIVED	r5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4563	DERIVED	d5	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4573	DERIVED	r6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4583	DERIVED	d6	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4593	DERIVED	r7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4603	DERIVED	d7	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4613	DERIVED	r8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4623	DERIVED	d8	ALL	NULL	NULL	NULL	NULL	2	Using where; Using join buffer (incremental, BNL join)
4633	DERIVED	p1	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4643	DERIVED	p2	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4653	DERIVED	p3	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4663	DERIVED	p4	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4673	DERIVED	p5	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4683	DERIVED	p6	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4693	DERIVED	p7	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4703	DERIVED	p8	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
4713	DERIVED	p9	ALL	NULL	NULL	NULL	NULL	50	Using where; Using join buffer (incremental, BNL join)
472DROP TABLE t1,t2,t3;
473