~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/schema.proto

  • Committer: lbieber
  • Date: 2010-10-06 01:22:56 UTC
  • mfrom: (1802.12.3 refactor)
  • mto: This revision was merged to the branch mainline in revision 1815.
  • Revision ID: lbieber@orisndriz08-20101006012256-w9r5lk4utcl52ujo
Merge Brian - fix bug 654905 - DATA_DICTIONARY.TABLE.TYPE not returning BASE or VIEW (it reports the port type).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  optional string catalog = 4;
14
14
  required uint64 creation_timestamp= 11 [default = 0];
15
15
  required uint64 update_timestamp= 12 [default = 0];
 
16
  optional string uuid = 13;
 
17
  /*
 
18
    A version value of 0, means that it was never set.
 
19
    */
 
20
  optional uint64 version = 14;
16
21
}