~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.proto

  • Committer: Brian Aker
  • Date: 2011-02-04 09:29:39 UTC
  • mfrom: (2139.3.6 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2144.
  • Revision ID: brian@tangent.org-20110204092939-nlwrimamw0fxxhgl
Main bit of this patch is that Inno now just uses the identifier so we only
have one spot to make changes for paths.

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 "replication_options.proto";
12
11
 
13
12
message Table {
14
13
 
35
34
    optional bool checksum = 17;
36
35
    optional bool page_checksum = 18;
37
36
    optional bool delay_key_write = 19;
38
 
    optional bool dont_replicate = 20;
39
37
  }
40
38
 
41
39
  message ForeignKeyConstraint {
192
190
    A version value of 0, means that it was never set.
193
191
    */
194
192
  optional uint64 version = 15;
195
 
 
196
 
  optional ReplicationOptions replication_options= 16;
197
193
}
198
194
 
199
195
message AlterTable {