~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-14 20:59:28 UTC
  • mto: (2318.6.3 refactor7)
  • mto: This revision was merged to the branch mainline in revision 2338.
  • Revision ID: olafvdspek@gmail.com-20110614205928-nfwxnx96skcvv0t9
Refactor

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,