~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key.cc

  • Committer: Monty Taylor
  • Date: 2009-05-08 19:07:39 UTC
  • mto: This revision was merged to the branch mainline in revision 1009.
  • Revision ID: mordred@inaugust.com-20090508190739-rwas5y9xjg1a92p6
Reverted a crap-ton of padraig's work.

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