~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join_table.h

  • Committer: Brian Aker
  • Date: 2009-07-09 22:21:12 UTC
  • mto: (1090.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1091.
  • Revision ID: brian@gaz-20090709222112-rq58gug7noraiv2z
Rename work (cheery pick from new-cleanup). Jay's fix for auth_http. Update
to valgrind suppressions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
  TableList *emb_sj_nest;
130
130
 
131
131
  /** Variables for semi-join duplicate elimination */
132
 
  SJ_TMP_TABLE *flush_weedout_table;
133
 
  SJ_TMP_TABLE *check_weed_out_table;
 
132
  SemiJoinTable *flush_weedout_table;
 
133
  SemiJoinTable *check_weed_out_table;
134
134
  JoinTable *do_firstmatch;
135
135
 
136
136
  /**