~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/varstring.h

  • Committer: Brian Aker
  • Date: 2009-04-29 01:45:36 UTC
  • mfrom: (1000.1.6 merge)
  • Revision ID: brian@gaz-20090429014536-pwu5m8ug6n8fvh68
Merge refactoring (mainly around TABLE_SHARE... one step forward...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                  uint32_t len_arg, uint32_t length_bytes_arg,
45
45
                  unsigned char *null_ptr_arg, unsigned char null_bit_arg,
46
46
                  enum utype unireg_check_arg, const char *field_name_arg,
47
 
                  TABLE_SHARE *share, const CHARSET_INFO * const cs);
 
47
                  TableShare *share, const CHARSET_INFO * const cs);
48
48
  Field_varstring(uint32_t len_arg,bool maybe_null_arg,
49
49
                  const char *field_name_arg,
50
 
                  TABLE_SHARE *share, const CHARSET_INFO * const cs);
 
50
                  TableShare *share, const CHARSET_INFO * const cs);
51
51
 
52
52
  enum_field_types type() const { return DRIZZLE_TYPE_VARCHAR; }
53
53
  enum ha_base_keytype key_type() const;