~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

  • Committer: Monty Taylor
  • Date: 2009-01-30 04:39:04 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130043904-gphdonl7m6zdz06v
Cleaned up warnings up through innodb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1083
1083
}
1084
1084
 
1085
1085
 
1086
 
virtual unsigned char *Field::pack(unsigned char *to,
1087
 
                                   const unsigned char *from);
1088
 
{
1089
 
  return pack(to, from, UINT32_MAX, table->s->db_low_byte_first);
1090
 
}
1091
 
 
1092
 
 
1093
1086
/**
1094
1087
   Unpack a field from row data.
1095
1088