~vjsamuel/drizzle/rplugin-rabbitmq

« back to all changes in this revision

Viewing changes to drizzled/item.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:
830
830
                  0);
831
831
    }
832
832
    else
833
 
      prev_subselect_item->used_tables_cache|= found_field->table->map;
 
833
      prev_subselect_item->used_tables_cache|= found_field->getTable()->map;
834
834
    prev_subselect_item->const_item_cache= 0;
835
835
    mark_as_dependent(session, last_select, current_sel, resolved_item,
836
836
                      dependent);