~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/varstring.h

  • Committer: tdavies
  • Date: 2010-10-05 03:25:08 UTC
  • mto: (1816.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1817.
  • Revision ID: tdavies@molly-20101005032508-pd1cg5nmxziov9wv
change in file: ../drizzled/base.h. Converted C structs key_range and KEY_MULTI_RANGE to C++ classes

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,
54
55
                  const CHARSET_INFO * const cs);
55
56
  Field_varstring(uint32_t len_arg,
56
57
                  bool maybe_null_arg,
57
58
                  const char *field_name_arg,
 
59
                  TableShare *share,
58
60
                  const CHARSET_INFO * const cs);
59
61
 
60
62
  enum_field_types type() const { return DRIZZLE_TYPE_VARCHAR; }