~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Stewart Smith
  • Date: 2008-11-19 19:49:27 UTC
  • mto: This revision was merged to the branch mainline in revision 593.
  • Revision ID: stewart@flamingspork.com-20081119194927-u5eyq0p8why2y6v7
remove frm_only create_info option

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
  uint32_t options;                         /* OR of HA_CREATE_ options */
108
108
  uint32_t extra_size;                      /* length of extra data segment */
109
109
  bool table_existed;                   /* 1 in create if table existed */
110
 
  bool frm_only;                        /* 1 if no ha_create_table() */
111
110
  bool varchar;                         /* 1 if table has a VARCHAR */
112
111
  enum ha_choice page_checksum;         /* If we have page_checksums */
113
112
} HA_CREATE_INFO;