~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Brian Aker
  • Date: 2011-04-21 01:59:51 UTC
  • mfrom: (2283.1.14 unused-macros)
  • mto: This revision was merged to the branch mainline in revision 2284.
  • Revision ID: brian@tangent.org-20110421015951-wsrg3w1qjnfnp1zu
Merge in stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1209
1209
  return tmp;
1210
1210
}
1211
1211
 
1212
 
#define ICP_COND_USES_INDEX_ONLY 10
1213
 
 
1214
 
 
1215
1212
/**
1216
1213
  cleanup JoinTable.
1217
1214
*/