~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.cc

  • Committer: Brian Aker
  • Date: 2009-07-11 19:23:04 UTC
  • mfrom: (1089.1.14 merge)
  • Revision ID: brian@gaz-20090711192304-ootijyl5yf9jq9kd
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
6739
6739
*/
6740
6740
 
6741
6741
QUICK_RANGE_SELECT *get_quick_select_for_ref(Session *session, Table *table,
6742
 
                                             TABLE_REF *ref, ha_rows records)
 
6742
                                             table_reference_st *ref, ha_rows records)
6743
6743
{
6744
6744
  MEM_ROOT *old_root, *alloc;
6745
6745
  QUICK_RANGE_SELECT *quick;