~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/schema.proto

  • Committer: Brian Aker
  • Date: 2011-04-05 06:30:36 UTC
  • mfrom: (2263.2.3 drizzle-ga)
  • Revision ID: brian@tangent.org-20110405063036-bb30a0nrf62xrxkm
Merge in access work.

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
}