~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/schema.proto

  • Committer: Brian Aker
  • Date: 2008-08-12 03:12:57 UTC
  • Revision ID: brian@tangent.org-20080812031257-ln3uk87y1r22byeg
First pass of new sql_db.cc work

Show diffs side-by-side

added added

removed removed

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