~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.cc

  • Committer: Brian Aker
  • Date: 2008-08-01 18:37:54 UTC
  • Revision ID: brian@tangent.org-20080801183754-dbzw8x5r5e64py13
Random cleanup in base.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
8203
8203
 
8204
8204
  /* Check (SA3) for the where clause. */
8205
8205
  if (join->conds && min_max_arg_item &&
8206
 
      !check_group_min_max_predicates(join->conds, min_max_arg_item,
8207
 
                                      (index_info->flags & HA_SPATIAL) ?
8208
 
                                      Field::itMBR : Field::itRAW))
 
8206
      !check_group_min_max_predicates(join->conds, min_max_arg_item, Field::itRAW))
8209
8207
    return(NULL);
8210
8208
 
8211
8209
  /* The query passes all tests, so construct a new TRP object. */