~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.cc

  • Committer: Brian Aker
  • Date: 2009-09-23 21:40:36 UTC
  • mfrom: (971.6.13 eday-purecov)
  • Revision ID: brian@gaz-20090923214036-bustj80ei8ysbayf
Old message removal by Eric (no actual code has been harmed in the production of
this patch...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
899
899
      {
900
900
        /* First usage of column */
901
901
        table->used_fields++;                     // Used to optimize loops
902
 
        /* purecov: begin inspected */
903
902
        table->covering_keys&= field->part_of_key;
904
 
        /* purecov: end */
905
903
      }
906
904
    }
907
905
  }