~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.proto

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
  optional ReplicationOptions replication_options= 16;
197
197
}
198
198
 
199
 
message AlterTable {
 
199
message AddedFields {
200
200
  repeated Table.Field added_field = 1;
201
201
}