~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Jay Pipes
  • Date: 2009-07-30 19:41:38 UTC
  • mfrom: (1103 staging)
  • mto: (1115.3.12 captain)
  • mto: This revision was merged to the branch mainline in revision 1112.
  • Revision ID: jpipes@serialcoder-20090730194138-epk1h396tbejxejc
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
8102
8102
        if (table->reginfo.not_exists_optimize)
8103
8103
          extra.append(STRING_WITH_LEN("; Not exists"));
8104
8104
 
8105
 
        if (quick_type == QUICK_SELECT_I::QS_TYPE_RANGE &&
8106
 
            !(((QUICK_RANGE_SELECT*)(tab->select->quick))->mrr_flags &
8107
 
             HA_MRR_USE_DEFAULT_IMPL))
8108
 
        {
8109
 
          extra.append(STRING_WITH_LEN("; Using MRR"));
8110
 
        }
8111
 
 
8112
8105
        if (table_list->schema_table &&
8113
8106
            table_list->schema_table->getRequestedObject() & OPTIMIZE_I_S_TABLE)
8114
8107
        {