~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.cc

  • Committer: Brian Aker
  • Date: 2009-02-26 05:21:02 UTC
  • mfrom: (896.1.5 fix-osxs)
  • Revision ID: brian@intel-mini-2.local-20090226052102-8xtbjt8kph6mi0qx
Merge from 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;