~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.proto

  • Committer: Brian Aker
  • Date: 2011-01-08 10:35:13 UTC
  • mfrom: (2057.2.9 timestamp)
  • Revision ID: brian@tangent.org-20110108103513-3wuo8tsyajjcxjrg
Merge in fractional seconds to timestamp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
      Do we store microseconds or timezone.
120
120
    */
121
121
    message TimeFieldOptions {
122
 
      optional bool microseconds = 1 [default = false];
123
 
      optional bool timezone = 2 [default = false];
 
122
      optional bool microseconds = 1;
124
123
    }
125
124
 
126
125
    required string name = 1;