~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ref.cc

  • Committer: Brian Aker
  • Date: 2010-07-16 19:54:08 UTC
  • mfrom: (1660.1.4 rollup)
  • Revision ID: brian@gaz-20100716195408-8fiuxwmy4mpqq4ko
Rollup patch + fix for not intel processors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
              } while (outer_context && outer_context->select_lex &&
245
245
                       cached_table->select_lex != outer_context->select_lex);
246
246
            }
247
 
            prev_subselect_item->used_tables_cache|= from_field->table->map;
 
247
            prev_subselect_item->used_tables_cache|= from_field->getTable()->map;
248
248
            prev_subselect_item->const_item_cache= 0;
249
249
            break;
250
250
          }