~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:32:59 UTC
  • mfrom: (518 drizzle)
  • mto: (511.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016063259-fwbqogq7lnezct0l
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2008
2008
 
2009
2009
  int2store(fileinfo+8,names+1);
2010
2010
  int2store(fileinfo+4,n_length+length);
2011
 
  (void)ftruncate(file, newpos);/* Append file with '\0' */
 
2011
  assert(ftruncate(file, newpos)==0);/* Append file with '\0' */
2012
2012
  return(newpos);
2013
2013
} /* make_new_entry */
2014
2014