~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto_write.cc

  • 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:
44
44
                            List<CreateField> &create_fields,
45
45
                            HA_CREATE_INFO *create_info,
46
46
                            uint32_t keys,
47
 
                            KEY *key_info)
 
47
                            KeyInfo *key_info)
48
48
{
49
49
  CreateField *field_arg;
50
50
  List_iterator<CreateField> it(create_fields);
467
467
                      message::Table &table_proto,
468
468
                      HA_CREATE_INFO *create_info,
469
469
                      List<CreateField> &create_fields,
470
 
                      uint32_t keys, KEY *key_info)
 
470
                      uint32_t keys, KeyInfo *key_info)
471
471
{
472
472
  if (fill_table_proto(table_proto, identifier.getTableName(), create_fields, create_info,
473
473
                       keys, key_info))