~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Brian Aker
  • Date: 2008-11-13 02:56:15 UTC
  • mfrom: (575.4.10 devel)
  • Revision ID: brian@tangent.org-20081113025615-snhsi52yb2ivmx6f
Merging Monty's code.

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);