~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.proto

  • Committer: Monty Taylor
  • Date: 2010-03-11 18:27:20 UTC
  • mfrom: (1333 staging)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: mordred@inaugust.com-20100311182720-hd1h87y6cb1b1mp0
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    STANDARD = 0;
8
8
    TEMPORARY = 1;
9
9
    INTERNAL = 2;
 
10
    FUNCTION = 3;
10
11
  }
11
12
 
12
13
  message StorageEngine {
83
84
      BIGINT = 5;
84
85
      DECIMAL = 6;
85
86
      DATE = 7;
86
 
      TIME = 8;
87
87
      TIMESTAMP = 9;
88
88
      DATETIME = 10;
89
89
    }
157
157
 
158
158
    message IndexPart {
159
159
      required uint32 fieldnr = 1;
160
 
      optional int32 compare_length = 2;
 
160
      optional uint32 compare_length = 2;
161
161
      optional bool in_reverse_order = 3 [default = false];
162
162
 
163
163
      optional uint32 key_type = 101; /* THIS MUST DIE. Along with pack_flag*/
196
196
 
197
197
message AlterTable {
198
198
  repeated Table.Field added_field = 1;
199
 
}
 
 
b'\\ No newline at end of file'
 
199
}