~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

  • Committer: Brian Aker
  • Date: 2010-01-12 00:55:03 UTC
  • mfrom: (1259.5.16 kill-frm-mention)
  • Revision ID: brian@gaz-20100112005503-j92e68kvwkxol6ay
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
917
917
  return 1;
918
918
}
919
919
 
920
 
/*
921
 
  Make a field from the .frm file info
922
 
*/
923
920
uint32_t calc_pack_length(enum_field_types type,uint32_t length)
924
921
{
925
922
  switch (type) {