~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key.cc

  • Committer: Padraig O'Sullivan
  • Date: 2009-04-16 22:50:29 UTC
  • mto: (997.2.4 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: osullivan.padraig@gmail.com-20090416225029-f2xx36ekrsuk01tn
Changed the isBitmappOverlapping method to take references to std::bitset as
parameters instead of pointers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
{
395
395
  table->tmp_set.reset();
396
396
  table->mark_columns_used_by_index_no_reset(idx, &table->tmp_set);
397
 
  if (isBitmapOverlapping(fields, &table->tmp_set))
 
397
  if (isBitmapOverlapping(*fields, table->tmp_set))
398
398
    return 1;
399
399
 
400
400
  /*