~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/schema.proto

  • Committer: Brian Aker
  • Date: 2011-04-04 21:37:55 UTC
  • mfrom: (2241.6.2 drizzle-trunk)
  • mto: This revision was merged to the branch mainline in revision 2268.
  • Revision ID: brian@tangent.org-20110404213755-k4kl3qd5fkbvjmhe
Merge in owner tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
option java_outer_classname = "SchemaMessage";
9
9
 
10
10
import "engine.proto";
 
11
import "access.proto";
11
12
import "replication_options.proto";
12
13
 
13
14
message Schema {
26
27
  optional uint64 version = 14;
27
28
  optional Options options = 15;
28
29
  optional ReplicationOptions replication_options= 16;
 
30
  optional Access access= 17;
29
31
}