~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Monty Taylor
  • Date: 2009-05-23 00:05:52 UTC
  • mto: (1022.2.34 mordred)
  • mto: This revision was merged to the branch mainline in revision 1039.
  • Revision ID: mordred@inaugust.com-20090523000552-8d1cfu63wl6bguix
Removed the thread-safe crap in MY_BITMAP. Also remove the temp-pool option for
creating a global slow-the-server-down "pool" of temp file names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3546
3546
      other_bitmap=   table->read_set;
3547
3547
    }
3548
3548
 
3549
 
    if (bitmap_fast_test_and_set(current_bitmap, field->field_index))
 
3549
    if (bitmap_test_and_set(current_bitmap, field->field_index))
3550
3550
    {
3551
3551
      if (session->mark_used_columns == MARK_COLUMNS_WRITE)
3552
3552
        session->dup_field= field;