~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/table.proto

  • Committer: Stewart Smith
  • Date: 2008-11-16 18:20:33 UTC
  • mto: This revision was merged to the branch mainline in revision 593.
  • Revision ID: stewart@flamingspork.com-20081116182033-9422gly80r3zd9z1
store indexes in table definition protobuf

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
    required bool is_unique = 3;
138
138
    required IndexType type = 4 [default = UNKNOWN_INDEX];
139
139
    repeated IndexPart index_part = 5;
 
140
    optional string comment = 6;
140
141
  }
141
142
 
142
143
  required string name = 1;