~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.cc

  • Committer: Brian Aker
  • Date: 2008-08-16 16:12:01 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080816161201-ugx7gvvv01qoezlh
Remove dead bits from enum field

Show diffs side-by-side

added added

removed removed

Lines of Context:
4787
4787
  SELECT_LEX *select= (SELECT_LEX*)select_arg;
4788
4788
  assert(fixed);
4789
4789
 
4790
 
  if (field->table != select->context.table_list->table &&
4791
 
      type() != Item::TRIGGER_FIELD_ITEM)
 
4790
  if (field->table != select->context.table_list->table)
4792
4791
  {
4793
4792
    List<Item> *all_fields= &select->join->all_fields;
4794
4793
    Item **ref_pointer_array= select->ref_pointer_array;