~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.proto

  • Committer: Brian Aker
  • Date: 2010-03-16 23:42:10 UTC
  • mto: This revision was merged to the branch mainline in revision 1350.
  • Revision ID: brian@gaz-20100316234210-t1vr23lqw48vy5o9
A first pass through adding a timestamp to our proto.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
  repeated ForeignKeyConstraint fk_constraint = 8;
193
193
  optional TableOptions options = 9;
194
194
  optional TableStats stats = 10;
 
195
  required uint64 creation_timestamp= 11 [default = 0];
 
196
  required uint64 update_timestamp= 12 [default = 0];
195
197
}
196
198
 
197
199
message AlterTable {