~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler_structs.h

  • Committer: Brian Aker
  • Date: 2010-05-15 01:19:45 UTC
  • Revision ID: brian@gaz-20100515011945-uxhf94vi0tzm0vq6
Rename of KEY to KeyInfo

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;