~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.proto

  • Committer: Brian Aker
  • Date: 2010-03-24 19:36:31 UTC
  • Revision ID: brian@gaz-20100324193631-etehi1027i616mix
Simple rename.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
      optional string collation = 4;
125
125
    }
126
126
 
127
 
    message EnumeratorValues {
 
127
    message EnumerationValues {
128
128
      optional uint32 collation_id = 2;
129
129
      optional string collation = 3;
130
130
      repeated string field_value = 4;
139
139
    optional StringFieldOptions string_options = 7;
140
140
 
141
141
    optional string comment = 16; /* Reserve 0-15 for frequently accessed attributes */
142
 
    optional EnumeratorValues enumerator_values = 17;
 
142
    optional EnumerationValues enumeration_values = 17;
143
143
    optional TimestampFieldOptions timestamp_options = 18;
144
144
  }
145
145