~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.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:
36
36
                      message::Table &table_proto,
37
37
                      HA_CREATE_INFO *create_info,
38
38
                      List<CreateField> &create_field,
39
 
                      uint32_t key_count,KEY *key_info);
 
39
                      uint32_t key_count,KeyInfo *key_info);
40
40
 
41
41
} /* namespace drizzled */
42
42