~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.h

  • Committer: Mark Atwood
  • Date: 2011-06-22 20:04:22 UTC
  • mfrom: (2318.6.39 rf)
  • Revision ID: me@mark.atwood.name-20110622200422-609npl456o0e5p32
mergeĀ lp:~olafvdspek/drizzle/refactor13

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
  /** Cleanup this Join, possibly for reuse */
294
294
  void cleanup(bool full);
295
295
  void clear();
296
 
  bool save_join_tab();
297
 
  bool init_save_join_tab();
 
296
  void save_join_tab();
 
297
  void init_save_join_tab();
298
298
  bool send_row_on_empty_set()
299
299
  {
300
300
    return (do_send_rows && tmp_table_param.sum_func_count != 0 &&