~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/schema.proto

  • Committer: Brian Aker
  • Date: 2009-02-02 18:19:36 UTC
  • mfrom: (820.1.14 nofrm)
  • Revision ID: brian@tangent.org-20090202181936-l03a2jb3vpndr1k3
Merge from Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
message Schema {
4
4
  required string name = 1;
5
 
  optional string characterset = 2;
6
 
  optional string collation = 3;
 
5
  optional string collation = 2;
7
6
}