~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.proto

  • Committer: Brian Aker
  • Date: 2011-03-24 18:19:30 UTC
  • mfrom: (2239.5.2 drizzle-ga)
  • Revision ID: brian@tangent.org-20110324181930-2zhzn672jlluyrdc
Merge in Elliot to trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    optional bool checksum = 17;
36
36
    optional bool page_checksum = 18;
37
37
    optional bool delay_key_write = 19;
38
 
    optional bool dont_replicate = 20;
 
38
    optional bool unused = 20;
39
39
  }
40
40
 
41
41
  message ForeignKeyConstraint {