~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Monty Taylor
  • Date: 2008-11-12 17:42:40 UTC
  • mto: This revision was merged to the branch mainline in revision 584.
  • Revision ID: monty@inaugust.com-20081112174240-l2vg9lnzbmjc3uyk
More header cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
723
723
 
724
724
 
725
725
Field *make_field(TABLE_SHARE *share, unsigned char *ptr, uint32_t field_length,
726
 
                  unsigned char *null_pos, unsigned char null_bit,
727
 
                  uint32_t pack_flag, enum_field_types field_type,
728
 
                  const CHARSET_INFO * cs,
729
 
                  Field::utype unireg_check,
730
 
                  TYPELIB *interval, const char *field_name);
 
726
                  unsigned char *null_pos, unsigned char null_bit,
 
727
                  uint32_t pack_flag, enum_field_types field_type,
 
728
                  const CHARSET_INFO * cs,
 
729
                  Field::utype unireg_check,
 
730
                  TYPELIB *interval, const char *field_name);
 
731
 
731
732
uint32_t pack_length_to_packflag(uint32_t type);
732
733
enum_field_types get_blob_type_from_length(uint32_t length);
733
734
uint32_t calc_pack_length(enum_field_types type,uint32_t length);