You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 SIMPLE t1 NULL ALL NULL NULL NULL NULL 5 20.00 Using where; Using join buffer (Block Nested Loop)
319
372
Warnings:
373
+
Warning 1681 'PROCEDURE ANALYSE' is deprecated and will be removed in a future release.
320
374
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`a` AS `a` from `test`.`t1` join `test`.`t1` where (`test`.`t1`.`a` = `test`.`t1`.`a`)
321
375
CREATE TABLE t2 (i INT, j INT);
322
376
# PROCEDURE ANALYSE ignores ROLLUP rows:
@@ -332,15 +386,21 @@ SELECT i, AVG(j) FROM t2 GROUP BY i WITH ROLLUP PROCEDURE ANALYSE();
Warning 1681 'EXTENDED' is deprecated and will be removed in a future release.
399
+
Warning 1681 'PROCEDURE ANALYSE' is deprecated and will be removed in a future release.
399
400
Note 1003 Cannot push table 't2' as child of table 't1'. Doing so would prevent using join buffer for table 't2'.
400
401
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c`,`test`.`t1`.`d` AS `d`,`test`.`t2`.`a` AS `a`,`test`.`t2`.`b` AS `b`,`test`.`t2`.`c` AS `c`,`test`.`t2`.`d` AS `d` from `test`.`t1` join `test`.`t1` `t2` where ((`test`.`t2`.`b` = `test`.`t1`.`d`) and (`test`.`t2`.`a` = `test`.`t1`.`c`))
Copy file name to clipboardExpand all lines: mysql-test/suite/ndb/r/ndb_join_pushdown_default.result
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -379,6 +379,7 @@ id select_type table partitions type possible_keys key key_len ref rows filtered
379
379
1 SIMPLE t2 p0,p1,p2,p3,p4,p5,p6,p7 eq_ref PRIMARY PRIMARY 8 test.t1.c,test.t1.d 1 100.00 Child of 't1' in pushed join@1
380
380
Warnings:
381
381
Warning 1681 'EXTENDED' is deprecated and will be removed in a future release.
382
+
Warning 1681 'PROCEDURE ANALYSE' is deprecated and will be removed in a future release.
382
383
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c`,`test`.`t1`.`d` AS `d`,`test`.`t2`.`a` AS `a`,`test`.`t2`.`b` AS `b`,`test`.`t2`.`c` AS `c`,`test`.`t2`.`d` AS `d` from `test`.`t1` join `test`.`t1` `t2` where ((`test`.`t2`.`b` = `test`.`t1`.`d`) and (`test`.`t2`.`a` = `test`.`t1`.`c`))
Copy file name to clipboardExpand all lines: mysql-test/suite/ndb/r/ndb_join_pushdown_nobnl.result
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -377,6 +377,7 @@ id select_type table partitions type possible_keys key key_len ref rows filtered
377
377
1 SIMPLE t2 p0,p1,p2,p3,p4,p5,p6,p7 eq_ref PRIMARY PRIMARY 8 test.t1.c,test.t1.d 1 100.00 Child of 't1' in pushed join@1
378
378
Warnings:
379
379
Warning 1681 'EXTENDED' is deprecated and will be removed in a future release.
380
+
Warning 1681 'PROCEDURE ANALYSE' is deprecated and will be removed in a future release.
380
381
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c`,`test`.`t1`.`d` AS `d`,`test`.`t2`.`a` AS `a`,`test`.`t2`.`b` AS `b`,`test`.`t2`.`c` AS `c`,`test`.`t2`.`d` AS `d` from `test`.`t1` join `test`.`t1` `t2` where ((`test`.`t2`.`b` = `test`.`t1`.`d`) and (`test`.`t2`.`a` = `test`.`t1`.`c`))
Copy file name to clipboardExpand all lines: mysql-test/suite/ndb/r/ndb_join_pushdown_none.result
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -379,6 +379,7 @@ id select_type table partitions type possible_keys key key_len ref rows filtered
379
379
1 SIMPLE t2 p0,p1,p2,p3,p4,p5,p6,p7 eq_ref PRIMARY PRIMARY 8 test.t1.c,test.t1.d 1 100.00 Child of 't1' in pushed join@1
380
380
Warnings:
381
381
Warning 1681 'EXTENDED' is deprecated and will be removed in a future release.
382
+
Warning 1681 'PROCEDURE ANALYSE' is deprecated and will be removed in a future release.
382
383
Note 1003 /* select#1 */ select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c`,`test`.`t1`.`d` AS `d`,`test`.`t2`.`a` AS `a`,`test`.`t2`.`b` AS `b`,`test`.`t2`.`c` AS `c`,`test`.`t2`.`d` AS `d` from `test`.`t1` join `test`.`t1` `t2` where ((`test`.`t2`.`b` = `test`.`t1`.`d`) and (`test`.`t2`.`a` = `test`.`t1`.`c`))
0 commit comments