~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key.cc

  • Committer: Brian Aker
  • Date: 2009-11-18 06:11:12 UTC
  • mfrom: (1220.1.10 staging)
  • Revision ID: brian@gaz-20091118061112-tyf4qrfr5v7i946b
Monty + Brian Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
     idx        Key number
324
324
*/
325
325
 
326
 
void key_unpack(String *to,Table *table,uint32_t idx)
 
326
void key_unpack(String *to, Table *table, uint32_t idx)
327
327
{
328
328
  KEY_PART_INFO *key_part,*key_part_end;
329
329
  Field *field;