~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.h

  • Committer: Brian Aker
  • Date: 2008-07-22 18:31:32 UTC
  • Revision ID: brian@tangent.org-20080722183132-ne2ntl7g7mdf2eez
uint32 -> uin32_t

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;