~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/hash.h

Merged up with latest plugin-slot-reorg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
typedef struct st_hash {
44
44
  /* Length of key if const length */
45
45
  size_t key_offset,key_length;
46
 
  size_t blength;
 
46
  uint32_t blength;
47
47
  uint32_t records;
48
48
  uint32_t flags;
49
49
  /* Place for hash_keys */