~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-23 10:02:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110623100230-w8vx1so32tkxsh6f
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
typedef struct key_create_information_st
86
86
{
87
 
  enum ha_key_alg algorithm;
 
87
  ha_key_alg algorithm;
88
88
  uint32_t block_size;
89
89
  LEX_STRING comment;
90
90
} KEY_CREATE_INFO;
91
91
 
92
92
 
93
 
typedef struct st_ha_check_opt
94
 
{
95
 
  st_ha_check_opt() {}                        /* Remove gcc warning */
96
 
} HA_CHECK_OPT;
97
 
 
98
 
 
99
93
typedef struct st_range_seq_if
100
94
{
101
95
  /*