~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Brian Aker
  • Date: 2009-09-16 21:56:01 UTC
  • mfrom: (1126.2.5 merge)
  • Revision ID: brian@gaz-20090916215601-o8gy2wmwt0pgfp86
Merge Jay Alter table + Brian dead code

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
  uint32_t table_options;
85
85
  uint32_t used_fields;
86
86
  uint32_t key_block_size;
87
 
  uint32_t block_size;
88
87
  enum row_type row_type;
89
88
  StorageEngine *db_type;
90
89
  uint32_t options;                         /* OR of HA_CREATE_ options */