~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/varstring.h

  • Committer: Brian Aker
  • Date: 2010-10-15 00:59:36 UTC
  • mfrom: (1849 staging)
  • mto: This revision was merged to the branch mainline in revision 1853.
  • Revision ID: brian@tangent.org-20101015005936-znhvkz8khs4fhlyv
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                  unsigned char *null_ptr_arg,
52
52
                  unsigned char null_bit_arg,
53
53
                  const char *field_name_arg,
54
 
                  TableShare *share,
55
54
                  const CHARSET_INFO * const cs);
56
55
  Field_varstring(uint32_t len_arg,
57
56
                  bool maybe_null_arg,
58
57
                  const char *field_name_arg,
59
 
                  TableShare *share,
60
58
                  const CHARSET_INFO * const cs);
61
59
 
62
60
  enum_field_types type() const { return DRIZZLE_TYPE_VARCHAR; }