~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.proto

  • Committer: Stewart Smith
  • Date: 2011-02-28 01:21:43 UTC
  • mto: (2241.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2242.
  • Revision ID: stewart@flamingspork.com-20110228012143-6p0148nqslz0mn9v
rename old alter table proto to AddedFields as it really has a dual purpose and isn't how we should structure Alter Table.

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
}