~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/schema.proto

  • Committer: Brian Aker
  • Date: 2010-07-07 19:12:58 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100707191258-181z4cg7jfiado2b
Adding in work for schemata

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  required string name = 1;
11
11
  optional string collation = 2;
12
12
  required Engine engine = 3;
 
13
  optional string catalog = 4;
13
14
  required uint64 creation_timestamp= 11 [default = 0];
14
15
  required uint64 update_timestamp= 12 [default = 0];
15
16
}