~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/table.proto

compute key_part->offset instead of storing in proto.

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
      required uint32 fieldnr = 1;
174
174
      optional int32 compare_length = 2;
175
175
      optional bool in_reverse_order = 3 [default = false];
176
 
      optional uint32 offset = 100; /* THIS MUST DIE. is computable */
 
176
 
177
177
      optional uint32 key_type = 101; /* THIS MUST DIE. Along with pack_flag*/
178
178
    }
179
179