~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Monty Taylor
  • Date: 2009-02-05 18:47:43 UTC
  • mfrom: (779.8.3 devel)
  • mto: This revision was merged to the branch mainline in revision 840.
  • Revision ID: mordred@inaugust.com-20090205184743-sn55g5b30qvdcy4h
Merged from me again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1979
1979
 
1980
1980
        /* Add a new form to a form file */
1981
1981
 
1982
 
uint64_t make_new_entry(File file, unsigned char *fileinfo, TYPELIB *formnames,
1983
 
                        const char *newname)
 
1982
ulong make_new_entry(File file, unsigned char *fileinfo, TYPELIB *formnames,
 
1983
                     const char *newname)
1984
1984
{
1985
1985
  uint32_t i,bufflength,maxlength,n_length,length,names;
1986
1986
  off_t endpos,newpos;