~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/serialize/schema.proto

Removed/replaced DBUG symbols and standardized TRUE/FALSE

Show diffs side-by-side

added added

removed removed

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