~stewart/drizzle/remove-unused-row-type-in-table-message

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Stewart Smith
  • Date: 2010-07-20 16:35:49 UTC
  • mfrom: (1638.1.28 drizzle)
  • Revision ID: stewart@flamingspork.com-20100720163549-zgcsmroyt0njr92d
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
                               uint32_t elements,
145
145
                                                 List<Item> &all_fields);
146
146
bool change_group_ref(Session *session, Item_func *expr, order_st *group_list, bool *changed);
147
 
bool check_interleaving_with_nj(JoinTable *last, JoinTable *next);
 
147
bool check_interleaving_with_nj(JoinTable *next);
148
148
 
149
149
int join_read_const_table(JoinTable *tab, optimizer::Position *pos);
150
150
int join_read_system(JoinTable *tab);