~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/schema.proto

  • Committer: Brian Aker
  • Date: 2009-02-12 22:45:08 UTC
  • Revision ID: brian@tangent.org-20090212224508-mrd9jwgn1zjdpqdk
Minor refactoring (we will need to disconnect the code from the include
file).

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
}