~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Brian Aker
  • Date: 2011-01-14 02:43:41 UTC
  • mfrom: (2081.1.3 drizzle)
  • Revision ID: brian@gir-3-20110114024341-3w2x5umqw8vtohu5
Rollup changes for trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
void add_not_null_conds(Join *join);
178
178
uint32_t max_part_bit(key_part_map bits);
179
179
COND *add_found_match_trig_cond(JoinTable *tab, COND *cond, JoinTable *root_tab);
180
 
Order *create_distinct_group(Session *session,
181
 
                                Item **ref_pointer_array,
182
 
                                Order *order,
183
 
                                List<Item> &fields,
184
 
                                List<Item> &all_fields,
185
 
                                bool *all_order_by_fields_used);
186
180
bool eq_ref_table(Join *join, Order *start_order, JoinTable *tab);
187
181
int remove_dup_with_compare(Session *session, Table *table, Field **first_field, uint32_t offset, Item *having);
188
182
int remove_dup_with_hash_index(Session *session,