~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.cc

  • Committer: Brian Aker
  • Date: 2009-05-26 02:54:31 UTC
  • mfrom: (1022.2.34 mordred)
  • Revision ID: brian@gaz-20090526025431-hpjmsrr4j6nftuic
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
895
895
      current_bitmap= table->write_set;
896
896
      other_bitmap=   table->read_set;
897
897
    }
898
 
    if (!bitmap_fast_test_and_set(current_bitmap, field->field_index))
 
898
    if (!bitmap_test_and_set(current_bitmap, field->field_index))
899
899
    {
900
900
      if (!bitmap_is_set(other_bitmap, field->field_index))
901
901
      {