~stewart/drizzle/nofrm

« back to all changes in this revision

Viewing changes to drizzled/unireg.cc

  • Committer: Stewart Smith
  • Date: 2009-02-22 06:28:04 UTC
  • mfrom: (869.1.29 drizzle)
  • Revision ID: stewart@flamingspork.com-20090222062804-ssplgcffmroxwjph
mergeĀ mainline

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;