~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Brian Aker
  • Date: 2009-11-20 19:07:14 UTC
  • mfrom: (1223.1.5 push)
  • Revision ID: brian@gaz-20091120190714-dhr3lgqxrt7dq1fc
Collected Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
  uint32_t used_fields;
93
93
  enum row_type row_type;
94
94
  drizzled::plugin::StorageEngine *db_type;
95
 
  uint32_t options;                         /* OR of HA_CREATE_ options */
96
95
  bool table_existed;                   /* 1 in create if table existed */
97
96
} HA_CREATE_INFO;
98
97