~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Brian Aker
  • Date: 2008-11-21 23:53:09 UTC
  • mfrom: (590.1.8 drizzle-nofrm)
  • Revision ID: brian@tangent.org-20081121235309-77pu95n2pboadtos
Merge in Stewart's work

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;