~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.h

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
  tina_set *chain;
80
80
  tina_set *chain_ptr;
81
81
  uchar chain_alloced;
82
 
  uint32 chain_size;
 
82
  uint32_t chain_size;
83
83
  uint local_data_file_version;  /* Saved version of the data file used */
84
84
  bool records_is_known;
85
85
  MEM_ROOT blobroot;