~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_update.c

Merged uint fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  unsigned char *pos;
24
24
  bool auto_key_changed= 0;
25
25
  HP_SHARE *share= info->s;
26
 
  uint old_length, new_length;
27
 
  uint old_chunk_count, new_chunk_count;
 
26
  uint32_t old_length, new_length;
 
27
  uint32_t old_chunk_count, new_chunk_count;
28
28
 
29
29
  test_active(info);
30
30
  pos=info->current_ptr;