~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/message/table.proto

Merging Stewart's show create table patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
  }
17
17
 
18
18
  message TableOptions {
19
 
    optional uint64 auto_increment = 1;
 
19
    optional bool has_user_set_auto_increment_value = 1;
20
20
    optional string collation = 2;
21
21
    optional uint32 collation_id = 3;
22
22
    optional string data_file_name = 5;