~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.proto

  • Committer: Brian Aker
  • Date: 2010-10-21 17:52:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1885.
  • Revision ID: brian@tangent.org-20101021175254-l9nv1iio8713xtzc
Switched columns to use AllFields.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
      OPTION_CASCADE = 2;
57
57
      OPTION_SET_NULL = 3;
58
58
      OPTION_NO_ACTION = 4;
59
 
      OPTION_SET_DEFAULT = 5;
 
59
      OPTION_DEFAULT = 5;
60
60
    }
61
61
 
62
62
    required ForeignKeyOption update_option = 6 [ default = OPTION_UNDEF ];
76
76
      DATE = 7;
77
77
      TIMESTAMP = 9;
78
78
      DATETIME = 10;
79
 
      UUID = 11;
80
79
    }
81
80
 
82
81
    message FieldOptions {