~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.cc

  • Committer: Brian Aker
  • Date: 2009-02-22 04:20:22 UTC
  • mfrom: (892.1.9 devel)
  • mto: (896.1.3 fix-osxs)
  • mto: This revision was merged to the branch mainline in revision 898.
  • Revision ID: brian@tangent.org-20090222042022-agjb1l7pczbbcqt5
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
  uint32_t reclength, info_length, screens, key_info_length, maxlength, tmp_len;
142
142
  ulong key_buff_length;
143
143
  File file;
144
 
  ulong filepos, data_offset;
 
144
  off_t filepos;
 
145
  unsigned long data_offset;
145
146
  unsigned char fileinfo[64],forminfo[288],*keybuff;
146
147
  TYPELIB formnames;
147
148
  unsigned char *screen_buff;