~mordred/drizzle/add-drizzle-namespace

« back to all changes in this revision

Viewing changes to drizzled/key.cc

  • Committer: Brian Aker
  • Date: 2009-05-03 22:35:33 UTC
  • mfrom: (997.2.26 mordred)
  • Revision ID: brian@gaz-20090503223533-lv7lwqelv08dnv2j
Merge of Monty's code

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
  /*