~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Brian Aker
  • Date: 2009-12-18 23:28:10 UTC
  • mfrom: (1240.7.8 explain-plan)
  • Revision ID: brian@gaz-20091218232810-8u72it1739fprbfm
MergeĀ fromĀ Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
                               List<Item> &res_all_fields,
139
139
                               uint32_t elements,
140
140
                                                 List<Item> &all_fields);
141
 
void select_describe(JOIN *join, bool need_tmp_table,bool need_order, bool distinct, const char *message= NULL);
142
141
bool change_group_ref(Session *session, Item_func *expr, order_st *group_list, bool *changed);
143
142
bool check_interleaving_with_nj(JoinTable *last, JoinTable *next);
144
143