~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

  • Committer: Brian Aker
  • Date: 2009-12-03 23:34:37 UTC
  • mto: (1237.2.7 push) (1238.1.1 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: brian@gaz-20091203233437-gjw5i3q1bhdbe6l5
Remove dead section of Field

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
  return 0;
406
406
}
407
407
 
408
 
int Field::save_field_metadata(unsigned char *first_byte)
409
 
{
410
 
  return do_save_field_metadata(first_byte);
411
 
}
412
 
 
413
408
uint32_t Field::data_length()
414
409
{
415
410
  return pack_length();