~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.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 = "TableMessage";
9
9
 
10
10
import "engine.proto";
 
11
import "access.proto";
11
12
import "replication_options.proto";
12
13
 
13
14
message Table {
194
195
  optional uint64 version = 15;
195
196
 
196
197
  optional ReplicationOptions replication_options= 16;
 
198
  optional Access access= 17;
197
199
}
198
200
 
199
201
message AddedFields {