~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.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 = "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 {