~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Brian Aker
  • Date: 2010-05-15 01:19:45 UTC
  • Revision ID: brian@gaz-20100515011945-uxhf94vi0tzm0vq6
Rename of KEY to KeyInfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
 
253
253
  Field **found_next_number_field;
254
254
  Field *timestamp_field;               /* Used only during open */
255
 
  KEY  *key_info;                       /* data of keys in database */
 
255
  KeyInfo  *key_info;                   /* data of keys in database */
256
256
  uint  *blob_field;                    /* Index to blobs in Field arrray*/
257
257
 
258
258
  /* hash of field names (contains pointers to elements of field array) */