~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-19 13:21:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2445.
  • Revision ID: olafvdspek@gmail.com-20111019132146-a2gztlwu05ltj1qr
Use str_ref

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
  unsigned int usable_key_parts;        /* Should normally be = key_parts */
70
70
  uint32_t  block_size;
71
71
  KeyPartInfo *key_part;
72
 
  char  *name;                          /* Name of key */
 
72
  const char* name;                             /* Name of key */
73
73
  /*
74
74
    Array of AVG(#records with the same field value) for 1st ... Nth key part.
75
75
    0 means 'not known'.