~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/schema.proto

  • Committer: lbieber
  • Date: 2010-10-06 02:01:43 UTC
  • mfrom: (1814.1.1 build)
  • Revision ID: lbieber@orisndriz08-20101006020143-gho0wsmd346m02f9
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
}