~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.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:
2339
2339
 
2340
2340
        /* Add a new form to a form file */
2341
2341
 
2342
 
ulong make_new_entry(File file, unsigned char *fileinfo, TYPELIB *formnames,
 
2342
off_t make_new_entry(File file, unsigned char *fileinfo, TYPELIB *formnames,
2343
2343
                     const char *newname)
2344
2344
{
2345
2345
  uint32_t i,bufflength,maxlength,n_length,length,names;