~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto_write.cc

merged with latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
417
417
      idxpart->set_fieldnr(key_info[i].key_part[j].fieldnr);
418
418
 
419
419
      idxpart->set_compare_length(key_info[i].key_part[j].length);
420
 
 
421
 
      idxpart->set_key_type(key_info[i].key_part[j].key_type);
422
 
 
423
420
    }
424
421
  }
425
422