~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.proto

  • Committer: Monty Taylor
  • Date: 2009-06-09 20:24:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1060.
  • Revision ID: mordred@inaugust.com-20090609202417-uuw11zrks6dy4rjl
Removed extra unused TableList from table.proto.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
  optional TableOptions options = 9;
209
209
  optional TableStats stats = 10;
210
210
}
211
 
 
212
 
message TableList {
213
 
  repeated Table table = 1;
214
 
}