~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.cc

  • Committer: Monty Taylor
  • Date: 2009-05-24 23:54:21 UTC
  • mfrom: (1014.2.12 kill-malloc)
  • mto: This revision was merged to the branch mainline in revision 1039.
  • Revision ID: mordred@inaugust.com-20090524235421-x5vfss90auzbn896
Merged Monty from lp:~mordred/drizzle/kill-malloc

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
      {