~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Brian Aker
  • Date: 2011-01-12 20:53:05 UTC
  • mto: This revision was merged to the branch mainline in revision 2081.
  • Revision ID: brian@tangent.org-20110112205305-nlxgrqyr7fh4egoc
style cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
} HA_ALTER_INFO;
91
91
 
92
92
 
93
 
typedef struct st_key_create_information
 
93
typedef struct key_create_information_st
94
94
{
95
95
  enum ha_key_alg algorithm;
96
96
  uint32_t block_size;