~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Trond Norbye
  • Date: 2009-11-20 06:13:54 UTC
  • mto: (1223.1.6 push)
  • mto: This revision was merged to the branch mainline in revision 1225.
  • Revision ID: trond.norbye@sun.com-20091120061354-sboyueegi3vj1hb9
Bug #485658: Compile failure on 32 bit system due to mixing ulong, uint64_t and uint32_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
  LEX_STRING normalized_path;           /* unpack_filename(path) */
89
89
 
90
90
  uint32_t   block_size;                   /* create information */
91
 
  uint32_t   version;
 
91
  uint64_t   version;
92
92
  uint32_t   timestamp_offset;          /* Set to offset+1 of record */
93
93
  uint32_t   reclength;                 /* Recordlength */
94
94
  uint32_t   stored_rec_length;         /* Stored record length*/