~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
                               Field **first_field,
241
241
                               uint32_t key_length,
242
242
                               Item *having);
243
 
bool update_ref_and_keys(Session *session,
 
243
void update_ref_and_keys(Session *session,
244
244
                         DYNAMIC_ARRAY *keyuse,
245
245
                         JoinTable *join_tab,
246
246
                         uint32_t tables,