~stewart/drizzle/remove-unused-row-type-in-table-message

« back to all changes in this revision

Viewing changes to drizzled/item/ref.cc

  • Committer: Stewart Smith
  • Date: 2010-07-20 16:35:49 UTC
  • mfrom: (1638.1.28 drizzle)
  • Revision ID: stewart@flamingspork.com-20100720163549-zgcsmroyt0njr92d
merge trunk

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
          }