~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Joe Daly
  • Date: 2010-05-27 02:59:16 UTC
  • mto: This revision was merged to the branch mainline in revision 1614.
  • Revision ID: skinny.moey@gmail.com-20100527025916-o4wieb1hxk2shq4u
add status_vars to scoreboard, initial pass

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
namespace drizzled
41
41
{
42
42
 
43
 
struct st_key;
44
 
typedef struct st_key KEY;
45
43
typedef struct st_key_cache KEY_CACHE;
46
44
 
47
45
 
64
62
 
65
63
typedef struct st_ha_alter_information
66
64
{
67
 
  KEY  *key_info_buffer;
 
65
  KeyInfo  *key_info_buffer;
68
66
  uint32_t key_count;
69
67
  uint32_t index_drop_count;
70
68
  uint32_t *index_drop_buffer;