~shubhamsomani92/drizzle/trunk-bug-995739

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Continuous Integration
  • Date: 2013-03-07 03:15:07 UTC
  • mfrom: (2630.1.7 create-tmp-table)
  • Revision ID: ci@drizzle.org-20130307031507-bqgrashrp5m3fw8x
Merge lp:~stewart/drizzle/misc-cleanups Build: jenkins-Drizzle-Builder-175

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
int join_read_always_key_or_null(JoinTable *tab);
220
220
int join_read_next_same_or_null(ReadRecord *info);
221
221
 
 
222
class KeyPartInfo;
 
223
 
222
224
void calc_used_field_length(Session *, JoinTable *join_tab);
223
225
StoredKey *get_store_key(Session *session, 
224
226
                         optimizer::KeyUse *keyuse,