~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/nested_join.h

  • Committer: Brian Aker
  • Date: 2009-07-09 21:14:05 UTC
  • mto: (1090.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1091.
  • Revision ID: brian@gaz-20090709211405-jgl2txbaijtq62a7
Remove of JOIN_TAB to JoinTable

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  table_map not_null_tables;
38
38
 
39
39
  /* the first nested table in the plan  */
40
 
  struct st_join_table *first_nested;
 
40
  JoinTable *first_nested;
41
41
 
42
42
  /*
43
43
    Used to count tables in the nested join in 2 isolated places: