~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

MergedĀ fromĀ Padraig.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3047
3047
  KEY_PART_INFO *kp_end= kp + table->key_info[keyno].key_parts;
3048
3048
  for (; kp != kp_end; kp++)
3049
3049
  {
3050
 
    if (!kp->field->part_of_key.is_set(keyno))
 
3050
    if (!kp->field->part_of_key.test(keyno))
3051
3051
      return true;
3052
3052
  }
3053
3053
  return false;