~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.proto

  • Committer: Brian Aker
  • Date: 2010-12-22 16:10:11 UTC
  • mfrom: (2017.1.2 clean)
  • Revision ID: brian@tangent.org-20101222161011-dwdhckv8ptmo471c
Rollup of build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
      BIGINT = 5;
75
75
      DECIMAL = 6;
76
76
      DATE = 7;
77
 
      TIMESTAMP = 9;
 
77
      EPOCH = 9;
78
78
      DATETIME = 10;
79
79
      UUID = 11;
 
80
      TIME = 12;
80
81
    }
81
82
 
82
83
    message FieldOptions {