~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/join_nested.result

  • Committer: Stewart Smith
  • Date: 2010-12-02 05:06:19 UTC
  • mto: (2021.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1971.
  • Revision ID: stewart@flamingspork.com-20101202050619-svft3c6b18r5818y
modified join_nested EXPLAIN output due to innodb stats changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1054
1054
(t8.b=t9.b OR t8.c IS NULL) AND
1055
1055
(t9.a=1);
1056
1056
id      select_type     table   type    possible_keys   key     key_len ref     rows    filtered        Extra
1057
 
1       SIMPLE  t0      ref     idx_a   idx_a   5       const   1       100.00  Using where
1058
 
1       SIMPLE  t1      ref     idx_b   idx_b   5       test.t0.b       1       100.00  Using where
 
1057
1       SIMPLE  t0      ref     idx_a   idx_a   5       const   2       100.00  Using where
 
1058
1       SIMPLE  t1      ALL     idx_b   NULL    NULL    NULL    3       100.00  Using where; Using join buffer
1059
1059
1       SIMPLE  t2      ALL     NULL    NULL    NULL    NULL    3       100.00  Using where
1060
1060
1       SIMPLE  t4      ref     idx_b   idx_b   5       test.t2.b       1       100.00  
1061
1061
1       SIMPLE  t3      ALL     NULL    NULL    NULL    NULL    2       100.00  Using where