~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/schema.proto

  • Committer: Monty Taylor
  • Date: 2009-04-14 19:16:51 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 994.
  • Revision ID: mordred@inaugust.com-20090414191651-ltbww6hpqks8k7qk
Clarified instructions in README.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
message Schema {
5
5
  required string name = 1;
6
6
  optional string collation = 2;
7
 
  required uint64 creation_timestamp= 11 [default = 0];
8
 
  required uint64 update_timestamp= 12 [default = 0];
9
7
}